From a09f9bb534426a5aa4f06110ea2662c6623e6c00 Mon Sep 17 00:00:00 2001 From: toggl-button-bot <48065059+toggl-button-bot@users.noreply.github.com> Date: Mon, 20 May 2019 09:54:18 +0000 Subject: [PATCH] chore(release): 1.35.5 [skip ci] ## [1.35.5](https://github.com/toggl/toggl-button/compare/1.35.4...1.35.5) (2019-05-20) ### Bug Fixes * **jira:** Fix Jira kanban board buttons ([9f878bb](https://github.com/toggl/toggl-button/commit/9f878bb)), closes [#1408](https://github.com/toggl/toggl-button/issues/1408) --- 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 258574df8..66d94ce21 100644 --- a/docs/_includes/changelog.md +++ b/docs/_includes/changelog.md @@ -1,3 +1,10 @@ +## [1.35.5](https://github.com/toggl/toggl-button/compare/1.35.4...1.35.5) (2019-05-20) + + +### Bug Fixes + +* **jira:** Fix Jira kanban board buttons ([9f878bb](https://github.com/toggl/toggl-button/commit/9f878bb)), closes [#1408](https://github.com/toggl/toggl-button/issues/1408) + ## [1.35.4](https://github.com/toggl/toggl-button/compare/1.35.3...1.35.4) (2019-05-14) diff --git a/package-lock.json b/package-lock.json index 953683bc2..2abd9598a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.35.4", + "version": "1.35.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5a92a103b..b53d361ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.35.4", + "version": "1.35.5", "description": "Add Toggl one-click time tracking to popular web tools.", "license": "BSD-3-Clause", "private": true,