Skip to content

Commit 53c16e7

Browse files
committed
version bump
1 parent 2606214 commit 53c16e7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.1] - 2021-05-28
9+
10+
### Added
11+
12+
- Responsive image
13+
14+
### Fixed
15+
16+
- Settings page not opening
17+
818
## [1.1.0] - 2021-05-15
919

1020
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"repository": {
1212
"url": "https://github.com/cupcakearmy/unpixel"
1313
},
14-
"version": "1.1.0",
14+
"version": "1.1.1",
1515
"main": "./dist/back/index.js",
1616
"scripts": {
1717
"start": "electron .",

0 commit comments

Comments
 (0)