Skip to content

Commit

Permalink
chore(release): 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanziness committed Dec 30, 2020
1 parent 8d577ef commit b894c18
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.6.0](https://github.com/Hanziness/AnotherPomodoro/compare/v0.5.0...v0.6.0) (2020-12-30)


### Features

* **settings:** Add reset button to settings panel ([7a426f4](https://github.com/Hanziness/AnotherPomodoro/commit/7a426f46c0722a177559691cfbbe2720a23d9a81))
* **settings:** Localize settings reset feature ([73af5c4](https://github.com/Hanziness/AnotherPomodoro/commit/73af5c4a8a85a4ffb76fa6061e93fbf46d1d480a))
* **settings:** Settings store can be reset, merge more consistent ([73de8c8](https://github.com/Hanziness/AnotherPomodoro/commit/73de8c8eecf0944bc2186fd165f42f2837a023f2))


### Bug Fixes

* **meta:** Fix empty `start_url` in manifest ([6071553](https://github.com/Hanziness/AnotherPomodoro/commit/607155300e0789d35919db53a30b1bdc0c1437a4))
* **settings:** Highlight i18n locale if preference is not valid ([d8e0bd5](https://github.com/Hanziness/AnotherPomodoro/commit/d8e0bd59b57cadf8e8bc1cabaf97ab75bd6f0893))

## [0.5.0](https://github.com/Hanziness/AnotherPomodoro/compare/v0.4.0...v0.5.0) (2020-12-27)


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.5.0",
"version": "0.6.0",
"private": true,
"scripts": {
"dev": "nuxt",
Expand Down

0 comments on commit b894c18

Please sign in to comment.