diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cda65c..3f3d52c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.1.5] - 2023-10-29 ### Added - ui: implement AppGeneralSettingsModal ### Changed @@ -53,7 +55,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release -[Unreleased]: https://github.com/awtrix-light/hub/compare/v0.1.4...HEAD +[Unreleased]: https://github.com/awtrix-light/hub/compare/v0.1.5...HEAD +[0.1.5]: https://github.com/awtrix-light/hub/compare/v0.1.4...v0.1.5 [0.1.4]: https://github.com/awtrix-light/hub/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/awtrix-light/hub/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/awtrix-light/hub/compare/v0.1.1...v0.1.2 diff --git a/ui/package-lock.json b/ui/package-lock.json index a95a5ce..cb23d63 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -1,12 +1,12 @@ { "name": "awtrix-light-hub-ui", - "version": "0.1.4", + "version": "0.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "awtrix-light-hub-ui", - "version": "0.1.4", + "version": "0.1.5", "dependencies": { "@coreui/vue": "^4.10.1", "pinia": "^2.1.7", diff --git a/ui/package.json b/ui/package.json index f845cf3..8b6e44c 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "awtrix-light-hub-ui", - "version": "0.1.4", + "version": "0.1.5", "private": true, "scripts": { "dev": "vite",