Skip to content

Commit

Permalink
chore(release): 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanziness committed Mar 11, 2024
1 parent 4d889a6 commit d6150f2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.6.0](https://github.com/Hanziness/FocusTide/compare/v1.5.2...v1.6.0) (2024-03-11)


### Features

* **timer:** Allow choosing a behavior when a section ends ([#361](https://github.com/Hanziness/FocusTide/issues/361)) ([40ca6d6](https://github.com/Hanziness/FocusTide/commit/40ca6d6cdf383676f905a05edd45de9bdfcddb15))


### Bug Fixes

* **ticker:** Delegate schedule advance to the next tick to fix the wrong sound playing ([#365](https://github.com/Hanziness/FocusTide/issues/365)) ([f62ef40](https://github.com/Hanziness/FocusTide/commit/f62ef40b41ffbe857f7fc515bc9fb231a6c38c6d))


### Refactors

* Update dependencies ([#363](https://github.com/Hanziness/FocusTide/issues/363)) ([3ea1bf8](https://github.com/Hanziness/FocusTide/commit/3ea1bf88b2d1ae1dee7245b7c8e8d214833d4fab))


### Localizations

* Update translations ([#362](https://github.com/Hanziness/FocusTide/issues/362)) ([4d889a6](https://github.com/Hanziness/FocusTide/commit/4d889a66c767b4624e820c1e57c97cdbc1667a04))

### [1.5.2](https://github.com/Hanziness/FocusTide/compare/v1.5.1...v1.5.2) (2023-11-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "another-pomodoro",
"description": "Free and open-source productivity timer, right from your browser. Built to be simple.",
"version": "1.5.2",
"version": "1.6.0",
"packageManager": "yarn@4.0.2",
"private": true,
"scripts": {
Expand Down

0 comments on commit d6150f2

Please sign in to comment.