diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fa4be0..34befbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.6] - 2023-02-03 ## Added - ability to skip to a break @@ -37,7 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - simple Preferences (intervals and durations for Mini and Regular breaks) - debug information -[Unreleased]: https://github.com/hovancik/stretchly-for-web/compare/v0.0.5...HEAD +[Unreleased]: https://github.com/hovancik/stretchly-for-web/compare/v0.0.6...HEAD +[0.0.6]: https://github.com/hovancik/stretchly-for-web/compare/v0.0.5...v0.0.6 [0.0.5]: https://github.com/hovancik/stretchly-for-web/compare/v0.0.4...v0.0.5 [0.0.4]: https://github.com/hovancik/stretchly-for-web/compare/v0.0.3...v0.0.4 [0.0.3]: https://github.com/hovancik/stretchly-for-web/compare/v0.0.2...v0.0.3 diff --git a/package-lock.json b/package-lock.json index b162d99..9bfb359 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "stretchly-for-web", - "version": "0.0.5", + "version": "0.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "stretchly-for-web", - "version": "0.0.5", + "version": "0.0.6", "license": "BSD-2-Clause", "devDependencies": { "@sveltejs/vite-plugin-svelte": "^2.0.2", diff --git a/package.json b/package.json index 991e07e..c899644 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stretchly-for-web", - "version": "0.0.5", + "version": "0.0.6", "description": "The break time reminder app", "engines": { "node": "18.x" diff --git a/src/App.svelte b/src/App.svelte index 99b4df2..b0b646d 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -263,7 +263,7 @@

- Stretchly for Web v0.0.5 | + Stretchly for Web v0.0.6 | Preferences | Made with ♥ by Jan Hovancik