diff --git a/docs/_includes/changelog.md b/docs/_includes/changelog.md index bac249942..7faee39dd 100644 --- a/docs/_includes/changelog.md +++ b/docs/_includes/changelog.md @@ -1,3 +1,10 @@ +## [1.28.1](https://github.com/toggl/toggl-button/compare/1.28.0...1.28.1) (2019-04-10) + + +### Bug Fixes + +* **timer:** Automatic start/stop on browser open/close ([4d3151c](https://github.com/toggl/toggl-button/commit/4d3151c)), closes [#1375](https://github.com/toggl/toggl-button/issues/1375) + # [1.28.0](https://github.com/toggl/toggl-button/compare/1.27.0...1.28.0) (2019-04-09) diff --git a/package-lock.json b/package-lock.json index 60092f098..86beeb21f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.28.0", + "version": "1.28.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index aa80a9de8..a320f1064 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.28.0", + "version": "1.28.1", "description": "Add Toggl one-click time tracking to popular web tools.", "license": "BSD-3-Clause", "private": true,