Skip to content

Commit 108724a

Browse files
committed
update version and changelog
1 parent d19a714 commit 108724a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [1.1.0] - unreleased
7+
## [1.1.0] - 2021-08-16
88
### Added
99
- JSON Editor mode switch. Allows toggling between 'code' and 'form' modes, for better usability.
1010
### Fixed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "springroll-studio",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"private": true,
55
"scripts": {
66
"test": "npm run lint && npm run unit:renderer",
@@ -88,4 +88,4 @@
8888
"last 2 versions",
8989
"not dead"
9090
]
91-
}
91+
}

0 commit comments

Comments
 (0)