diff --git a/docs/_includes/changelog.md b/docs/_includes/changelog.md index 1bc9fd03a..70eee7a59 100644 --- a/docs/_includes/changelog.md +++ b/docs/_includes/changelog.md @@ -1,3 +1,10 @@ +## [1.37.3](https://github.com/toggl/toggl-button/compare/1.37.2...1.37.3) (2019-06-03) + + +### Bug Fixes + +* **jira:** Fix timer descriptions in Jira ([4e36c6f](https://github.com/toggl/toggl-button/commit/4e36c6f)) + ## [1.37.2](https://github.com/toggl/toggl-button/compare/1.37.1...1.37.2) (2019-05-28) diff --git a/package-lock.json b/package-lock.json index 95e7ba949..ef0ef2ef4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.37.2", + "version": "1.37.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 937355c00..5511fbf36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.37.2", + "version": "1.37.3", "description": "Add Toggl one-click time tracking to popular web tools.", "license": "BSD-3-Clause", "private": true,