diff --git a/docs/_includes/changelog.md b/docs/_includes/changelog.md index d656c98e6..6af417801 100644 --- a/docs/_includes/changelog.md +++ b/docs/_includes/changelog.md @@ -1,3 +1,15 @@ +# [1.37.0](https://github.com/toggl/toggl-button/compare/1.36.2...1.37.0) (2019-05-24) + + +### Bug Fixes + +* **fibery:** change selector to grab description in more generic way ([f0bb547](https://github.com/toggl/toggl-button/commit/f0bb547)) + + +### Features + +* **fibery:** Fibery Integration ([2852c57](https://github.com/toggl/toggl-button/commit/2852c57)), closes [#1411](https://github.com/toggl/toggl-button/issues/1411) + ## [1.36.2](https://github.com/toggl/toggl-button/compare/1.36.1...1.36.2) (2019-05-24) diff --git a/package-lock.json b/package-lock.json index cfaa8cee3..a33839827 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.36.2", + "version": "1.37.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b86cb6f0e..011ede708 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.36.2", + "version": "1.37.0", "description": "Add Toggl one-click time tracking to popular web tools.", "license": "BSD-3-Clause", "private": true,