From c3d21c1116baa45ff0e04053495a3d4f504c57da Mon Sep 17 00:00:00 2001 From: toggl-button-bot <48065059+toggl-button-bot@users.noreply.github.com> Date: Mon, 25 Mar 2019 15:46:18 +0000 Subject: [PATCH] chore(release): 1.24.1 [skip ci] ## [1.24.1](https://github.com/toggl/toggl-button/compare/1.24.0...1.24.1) (2019-03-25) ### Bug Fixes * Add support for local only preferences ([f581781](https://github.com/toggl/toggl-button/commit/f581781)) * Hotfix for origins not begin fetched ([dc04db4](https://github.com/toggl/toggl-button/commit/dc04db4)), closes [#1360](https://github.com/toggl/toggl-button/issues/1360) --- docs/_includes/changelog.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/_includes/changelog.md b/docs/_includes/changelog.md index 9825685a9..ab813dd47 100644 --- a/docs/_includes/changelog.md +++ b/docs/_includes/changelog.md @@ -1,3 +1,11 @@ +## [1.24.1](https://github.com/toggl/toggl-button/compare/1.24.0...1.24.1) (2019-03-25) + + +### Bug Fixes + +* Add support for local only preferences ([f581781](https://github.com/toggl/toggl-button/commit/f581781)) +* Hotfix for origins not begin fetched ([dc04db4](https://github.com/toggl/toggl-button/commit/dc04db4)), closes [#1360](https://github.com/toggl/toggl-button/issues/1360) + # [1.24.0](https://github.com/toggl/toggl-button/compare/1.23.5...1.24.0) (2019-03-25) diff --git a/package-lock.json b/package-lock.json index b657314ba..f835715f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.24.0", + "version": "1.24.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9621b2f43..767adaa66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.24.0", + "version": "1.24.1", "description": "Add Toggl one-click time tracking to popular web tools.", "license": "BSD-3-Clause", "private": true,