From 53c16e70638b9299ae5e4da8ad9f47599c33e13a Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Fri, 28 May 2021 20:56:43 +0200 Subject: [PATCH] version bump --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bd72c2..700f17a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.1] - 2021-05-28 + +### Added + +- Responsive image + +### Fixed + +- Settings page not opening + ## [1.1.0] - 2021-05-15 ### Added diff --git a/package.json b/package.json index dd0642e..2bc87fd 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "repository": { "url": "https://github.com/cupcakearmy/unpixel" }, - "version": "1.1.0", + "version": "1.1.1", "main": "./dist/back/index.js", "scripts": { "start": "electron .",