diff --git a/docs/_includes/changelog.md b/docs/_includes/changelog.md index ade303b9e..d3c959675 100644 --- a/docs/_includes/changelog.md +++ b/docs/_includes/changelog.md @@ -1,3 +1,10 @@ +## [1.70.5](https://github.com/toggl/toggl-button/compare/1.70.4...1.70.5) (2021-09-06) + + +### Bug Fixes + +* **asana:** Prevent multiple buttons on board view ([c21df5f](https://github.com/toggl/toggl-button/commit/c21df5f6175b38023b14454e3a1f6c3b60657151)), closes [#1958](https://github.com/toggl/toggl-button/issues/1958) + ## [1.70.4](https://github.com/toggl/toggl-button/compare/1.70.3...1.70.4) (2021-08-10) diff --git a/package-lock.json b/package-lock.json index 014a00505..d5535468d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.70.4", + "version": "1.70.5", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 517c8ccdf..344797bd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.70.4", + "version": "1.70.5", "description": "Add Toggl one-click time tracking to popular web tools.", "license": "BSD-3-Clause", "private": true,