From b53aad8155d26a4e1dff191e2e3d3423878133da Mon Sep 17 00:00:00 2001 From: toggl-button-bot <48065059+toggl-button-bot@users.noreply.github.com> Date: Tue, 23 Jun 2020 08:21:15 +0000 Subject: [PATCH] chore(release): 1.62.5 [skip ci] ## [1.62.5](https://github.com/toggl/toggl-button/compare/1.62.4...1.62.5) (2020-06-23) ### Bug Fixes * **pomodoro:** Truncate long time entry descriptions in Pomodoro notification ([#1749](https://github.com/toggl/toggl-button/issues/1749)) ([fc18a51](https://github.com/toggl/toggl-button/commit/fc18a51)), closes [#1746](https://github.com/toggl/toggl-button/issues/1746) --- 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 91f2d061f..c223b1138 100644 --- a/docs/_includes/changelog.md +++ b/docs/_includes/changelog.md @@ -1,3 +1,10 @@ +## [1.62.5](https://github.com/toggl/toggl-button/compare/1.62.4...1.62.5) (2020-06-23) + + +### Bug Fixes + +* **pomodoro:** Truncate long time entry descriptions in Pomodoro notification ([#1749](https://github.com/toggl/toggl-button/issues/1749)) ([fc18a51](https://github.com/toggl/toggl-button/commit/fc18a51)), closes [#1746](https://github.com/toggl/toggl-button/issues/1746) + ## [1.62.4](https://github.com/toggl/toggl-button/compare/1.62.3...1.62.4) (2020-06-23) diff --git a/package-lock.json b/package-lock.json index d69c7d6a3..0f8cdb291 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.62.4", + "version": "1.62.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5be633320..4194fc7b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.62.4", + "version": "1.62.5", "description": "Add Toggl one-click time tracking to popular web tools.", "license": "BSD-3-Clause", "private": true,