From 763dc74ff95c0d51de7bbf7d7f2fc63ae54c6e2e Mon Sep 17 00:00:00 2001 From: toggl-button-bot <48065059+toggl-button-bot@users.noreply.github.com> Date: Tue, 23 Apr 2019 08:58:25 +0000 Subject: [PATCH] chore(release): 1.30.3 [skip ci] ## [1.30.3](https://github.com/toggl/toggl-button/compare/1.30.2...1.30.3) (2019-04-23) ### Bug Fixes * Fix tracking reminder not respecting working hours ([979177d](https://github.com/toggl/toggl-button/commit/979177d)), closes [#1383](https://github.com/toggl/toggl-button/issues/1383) --- 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 1c174c180..fffe5e00e 100644 --- a/docs/_includes/changelog.md +++ b/docs/_includes/changelog.md @@ -1,3 +1,10 @@ +## [1.30.3](https://github.com/toggl/toggl-button/compare/1.30.2...1.30.3) (2019-04-23) + + +### Bug Fixes + +* Fix tracking reminder not respecting working hours ([979177d](https://github.com/toggl/toggl-button/commit/979177d)), closes [#1383](https://github.com/toggl/toggl-button/issues/1383) + ## [1.30.2](https://github.com/toggl/toggl-button/compare/1.30.1...1.30.2) (2019-04-16) diff --git a/package-lock.json b/package-lock.json index e9f116d72..aa850f92d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.30.2", + "version": "1.30.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 777e78900..b511fdbec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.30.2", + "version": "1.30.3", "description": "Add Toggl one-click time tracking to popular web tools.", "license": "BSD-3-Clause", "private": true,