diff --git a/docs/_includes/changelog.md b/docs/_includes/changelog.md index ab813dd47..fb5e29192 100644 --- a/docs/_includes/changelog.md +++ b/docs/_includes/changelog.md @@ -1,3 +1,12 @@ +# [1.25.0](https://github.com/toggl/toggl-button/compare/1.24.1...1.25.0) (2019-03-29) + + +### Features + +* Add Focuster integration ([2ca6284](https://github.com/toggl/toggl-button/commit/2ca6284)) +* Add Kanbanist integration ([a683b3e](https://github.com/toggl/toggl-button/commit/a683b3e)) +* Add Scrapbox integration ([d7b7c1f](https://github.com/toggl/toggl-button/commit/d7b7c1f)) + ## [1.24.1](https://github.com/toggl/toggl-button/compare/1.24.0...1.24.1) (2019-03-25) diff --git a/package-lock.json b/package-lock.json index f835715f0..6ba72cdde 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.24.1", + "version": "1.25.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 767adaa66..064b9f4a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.24.1", + "version": "1.25.0", "description": "Add Toggl one-click time tracking to popular web tools.", "license": "BSD-3-Clause", "private": true,