diff --git a/CHANGELOG.md b/CHANGELOG.md index e09dfc8ca..443c0c7ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) ## [Unreleased] +## [0.14.0] - 2022-01-03 +### Changed +- Improve retry-download +- Make UI height shorter to be the send button visible without scrolling for mobile users +- Update dependencies +- Remove from public server URLs + ## [0.13.0] - 2022-12-31 ### Changed - Passwordless protection by default @@ -443,7 +450,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) ### Added - First release -[Unreleased]: https://github.com/nwtgck/piping-ui-web/compare/v0.13.0...HEAD +[Unreleased]: https://github.com/nwtgck/piping-ui-web/compare/v0.14.0...HEAD +[0.14.0]: https://github.com/nwtgck/piping-ui-web/compare/v0.13.0...v0.14.0 [0.13.0]: https://github.com/nwtgck/piping-ui-web/compare/v0.12.1...v0.13.0 [0.12.1]: https://github.com/nwtgck/piping-ui-web/compare/v0.12.0...v0.12.1 [0.12.0]: https://github.com/nwtgck/piping-ui-web/compare/v0.11.0...v0.12.0 diff --git a/package-lock.json b/package-lock.json index d9ce97c2a..e25896f30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "piping-ui", - "version": "0.13.1-SNAPSHOT", + "version": "0.14.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "piping-ui", - "version": "0.13.1-SNAPSHOT", + "version": "0.14.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index d206d1c99..d5502b848 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piping-ui", - "version": "0.13.1-SNAPSHOT", + "version": "0.14.0", "private": true, "author": "Ryo Ota (https://github.com/nwtgck)", "scripts": {