diff --git a/docs/_includes/changelog.md b/docs/_includes/changelog.md index 2d5691c8c..4f6c5a5bb 100644 --- a/docs/_includes/changelog.md +++ b/docs/_includes/changelog.md @@ -1,3 +1,10 @@ +## [1.38.1](https://github.com/toggl/toggl-button/compare/1.38.0...1.38.1) (2019-07-01) + + +### Bug Fixes + +* **settings:** Fix "disable add integrations" button ([16823df](https://github.com/toggl/toggl-button/commit/16823df)), closes [#1439](https://github.com/toggl/toggl-button/issues/1439) + # [1.38.0](https://github.com/toggl/toggl-button/compare/1.37.4...1.38.0) (2019-06-17) diff --git a/package-lock.json b/package-lock.json index 1b6dd6a31..04f236fa3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.38.0", + "version": "1.38.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e60658a6f..6c3e5159e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.38.0", + "version": "1.38.1", "description": "Add Toggl one-click time tracking to popular web tools.", "license": "BSD-3-Clause", "private": true,