From 6f2d51448297981e7f41d8baa9c676400fc6d159 Mon Sep 17 00:00:00 2001 From: jan Date: Wed, 31 Aug 2022 08:09:46 -0400 Subject: [PATCH] Version 0.0.4 --- CHANGELOG.md | 4 +++- package-lock.json | 4 ++-- package.json | 2 +- src/App.svelte | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 056d750..b8d854e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.0.4] - 2022-08-31 ### Changed - allow to edit preferences only when breaks are stopped @@ -28,7 +29,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.2...HEAD +[Unreleased]: https://github.com/hovancik/stretchly-for-web/compare/v0.0.4...HEAD +[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 [0.0.2]: https://github.com/hovancik/stretchly-for-web/compare/v0.0.1...v0.0.2 [0.0.1]: https://github.com/hovancik/stretchly-for-web/releases/tag/v0.0.1 diff --git a/package-lock.json b/package-lock.json index 3c86f4f..1676a19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "stretchly-for-web", - "version": "0.0.3", + "version": "0.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "stretchly-for-web", - "version": "0.0.3", + "version": "0.0.4", "license": "BSD-2-Clause", "devDependencies": { "@sveltejs/vite-plugin-svelte": "^1.0.1", diff --git a/package.json b/package.json index 4d8f9df..ccb923e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stretchly-for-web", - "version": "0.0.3", + "version": "0.0.4", "description": "The break time reminder app", "engines": { "node": "16" diff --git a/src/App.svelte b/src/App.svelte index 60ea95d..4aed882 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -202,7 +202,7 @@

- Stretchly for Web v0.0.3 | + Stretchly for Web v0.0.4 | Preferences | Made with ♥ by Jan Hovancik