Skip to content

Commit

Permalink
chore(release): 1.23.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.23.0](1.22.2...1.23.0) (2019-03-13)

### Bug Fixes

* Ensure only one websocket is created ([e3d1cbe](e3d1cbe))

### Features

* Migrate settings when upgrading to 1.23.x ([7b497da](7b497da)), closes [#1296](#1296)
* Use WebExtension synced storage ([f936868](f936868)), closes [#1292](#1292) [#1296](#1296)
* **settings:** Add "Reset settings" feature to Settings ([d1fc44f](d1fc44f)), closes [#1317](#1317)
  • Loading branch information
toggl-button-bot committed Mar 13, 2019
1 parent e3d1cbe commit 5250435
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/_includes/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.23.0](https://github.com/toggl/toggl-button/compare/1.22.2...1.23.0) (2019-03-13)


### Bug Fixes

* Ensure only one websocket is created ([e3d1cbe](https://github.com/toggl/toggl-button/commit/e3d1cbe))


### Features

* Migrate settings when upgrading to 1.23.x ([7b497da](https://github.com/toggl/toggl-button/commit/7b497da)), closes [#1296](https://github.com/toggl/toggl-button/issues/1296)
* Use WebExtension synced storage ([f936868](https://github.com/toggl/toggl-button/commit/f936868)), closes [#1292](https://github.com/toggl/toggl-button/issues/1292) [#1296](https://github.com/toggl/toggl-button/issues/1296)
* **settings:** Add "Reset settings" feature to Settings ([d1fc44f](https://github.com/toggl/toggl-button/commit/d1fc44f)), closes [#1317](https://github.com/toggl/toggl-button/issues/1317)

## [1.22.2](https://github.com/toggl/toggl-button/compare/1.22.1...1.22.2) (2019-03-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "toggl-button",
"version": "1.22.2",
"version": "1.23.0",
"description": "Add Toggl one-click time tracking to popular web tools.",
"license": "BSD-3-Clause",
"private": true,
Expand Down

0 comments on commit 5250435

Please sign in to comment.