diff --git a/docs/_includes/changelog.md b/docs/_includes/changelog.md index f629a06b0..c882d8ed7 100644 --- a/docs/_includes/changelog.md +++ b/docs/_includes/changelog.md @@ -1,3 +1,15 @@ +# [1.35.0](https://github.com/toggl/toggl-button/compare/1.34.1...1.35.0) (2019-05-09) + + +### Bug Fixes + +* **nozbe:** Prevent style-leak ([d38bfa7](https://github.com/toggl/toggl-button/commit/d38bfa7)), closes [#1397](https://github.com/toggl/toggl-button/issues/1397) + + +### Features + +* **nozbe:** Add button to task list ([a361965](https://github.com/toggl/toggl-button/commit/a361965)) + ## [1.34.1](https://github.com/toggl/toggl-button/compare/1.34.0...1.34.1) (2019-05-08) diff --git a/package-lock.json b/package-lock.json index 4659c1180..1486fdb1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.34.1", + "version": "1.35.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ffca8ae8a..e9ed6769d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.34.1", + "version": "1.35.0", "description": "Add Toggl one-click time tracking to popular web tools.", "license": "BSD-3-Clause", "private": true,