diff --git a/docs/_includes/changelog.md b/docs/_includes/changelog.md index f1593f435..a26f3bab2 100644 --- a/docs/_includes/changelog.md +++ b/docs/_includes/changelog.md @@ -1,3 +1,10 @@ +## [1.31.1](https://github.com/toggl/toggl-button/compare/1.31.0...1.31.1) (2019-04-25) + + +### Bug Fixes + +* **microsoft-todo:** Add support for to-do.microsoft.com domain ([88ca011](https://github.com/toggl/toggl-button/commit/88ca011)), closes [#1312](https://github.com/toggl/toggl-button/issues/1312) + # [1.31.0](https://github.com/toggl/toggl-button/compare/1.30.4...1.31.0) (2019-04-24) diff --git a/package-lock.json b/package-lock.json index 7a91e9772..b9d2464f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.31.0", + "version": "1.31.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f2c77b0cb..f97dc361c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.31.0", + "version": "1.31.1", "description": "Add Toggl one-click time tracking to popular web tools.", "license": "BSD-3-Clause", "private": true,