Skip to content

Commit

Permalink
chore(release): 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanziness committed Apr 8, 2021
1 parent ff38a19 commit 923d45d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.

## [0.9.0](https://github.com/Hanziness/AnotherPomodoro/compare/v0.8.3...v0.9.0) (2021-04-08)


### Features

* **settings:** Add settings to enable tick emoji in title ([3586ce8](https://github.com/Hanziness/AnotherPomodoro/commit/3586ce8d8f4b9c58f3ef690e8852724c0e0d4e7c))
* Show checkmark instead of time in title when timer is completed ([bdc3db8](https://github.com/Hanziness/AnotherPomodoro/commit/bdc3db8ca7ac4da3cf13e6ee44390615c4c57966))
* Timer is replaced with a checkmark when completed ([8dfcf99](https://github.com/Hanziness/AnotherPomodoro/commit/8dfcf991e1162c30b595eb7348d3525d93af32d0))


### Bug Fixes

* Fix invalid units warning for checkmark ([ff38a19](https://github.com/Hanziness/AnotherPomodoro/commit/ff38a19c22b646a5c75918f25698430d04995e29))

### [0.8.3](https://github.com/Hanziness/AnotherPomodoro/compare/v0.8.2...v0.8.3) (2021-01-06)


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": "pomodoro-app",
"description": "Free and open-source Pomodoro app for everyone, right from your browser!",
"version": "0.8.3",
"version": "0.9.0",
"private": true,
"scripts": {
"dev": "nuxt",
Expand Down

0 comments on commit 923d45d

Please sign in to comment.