Skip to content

Commit

Permalink
Merge pull request #9 from hovancik/release/0.6
Browse files Browse the repository at this point in the history
Release 0.0.6
  • Loading branch information
hovancik authored Feb 3, 2023
2 parents d72c035 + b2a0f10 commit bce0423
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 @@ -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

Expand Down Expand Up @@ -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
Expand Down
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.5",
"version": "0.0.6",
"description": "The break time reminder app",
"engines": {
"node": "18.x"
Expand Down
2 changes: 1 addition & 1 deletion src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
<div class="hero-foot">
<div class="container content has-text-right">
<p>
<strong>Stretchly for Web</strong> v0.0.5 |
<strong>Stretchly for Web</strong> v0.0.6 |
<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 bce0423

@vercel
Copy link

@vercel vercel bot commented on bce0423 Feb 3, 2023

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.