Skip to content

Commit

Permalink
Merge pull request #5 from hovancik/004
Browse files Browse the repository at this point in the history
Release version 0.0.4
  • Loading branch information
hovancik committed Aug 31, 2022
2 parents 49803ee + 6f2d514 commit 3e89524
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
<div class="hero-foot">
<div class="container content has-text-right">
<p>
<strong>Stretchly for Web</strong> v0.0.3 |
<strong>Stretchly for Web</strong> v0.0.4 |
<a href="#preferences" class="is-underlined">Preferences</a> |
Made with ♥ by <a href="https://hovancik.net" class="is-underlined">Jan Hovancik</a>
</p>
Expand Down

1 comment on commit 3e89524

@vercel
Copy link

@vercel vercel bot commented on 3e89524 Aug 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.