From d57da4197d6fd7738116de9501e3c5841127bcae Mon Sep 17 00:00:00 2001 From: toggl-button-bot <48065059+toggl-button-bot@users.noreply.github.com> Date: Mon, 3 Jun 2019 20:21:13 +0000 Subject: [PATCH] chore(release): 1.37.3 [skip ci] ## [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)) --- docs/_includes/changelog.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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,