Skip to content

Commit d6150f2

Browse files
committed
chore(release): 1.6.0
1 parent 4d889a6 commit d6150f2

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
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.
44

5+
## [1.6.0](https://github.com/Hanziness/FocusTide/compare/v1.5.2...v1.6.0) (2024-03-11)
6+
7+
8+
### Features
9+
10+
* **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))
11+
12+
13+
### Bug Fixes
14+
15+
* **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))
16+
17+
18+
### Refactors
19+
20+
* Update dependencies ([#363](https://github.com/Hanziness/FocusTide/issues/363)) ([3ea1bf8](https://github.com/Hanziness/FocusTide/commit/3ea1bf88b2d1ae1dee7245b7c8e8d214833d4fab))
21+
22+
23+
### Localizations
24+
25+
* Update translations ([#362](https://github.com/Hanziness/FocusTide/issues/362)) ([4d889a6](https://github.com/Hanziness/FocusTide/commit/4d889a66c767b4624e820c1e57c97cdbc1667a04))
26+
527
### [1.5.2](https://github.com/Hanziness/FocusTide/compare/v1.5.1...v1.5.2) (2023-11-24)
628

729

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "another-pomodoro",
33
"description": "Free and open-source productivity timer, right from your browser. Built to be simple.",
4-
"version": "1.5.2",
4+
"version": "1.6.0",
55
"packageManager": "yarn@4.0.2",
66
"private": true,
77
"scripts": {

0 commit comments

Comments
 (0)