From 9b97ccae4ea37a4e48345cf61fdcc0deb2a3a630 Mon Sep 17 00:00:00 2001 From: toggl-button-bot <48065059+toggl-button-bot@users.noreply.github.com> Date: Fri, 17 Sep 2021 08:25:26 +0000 Subject: [PATCH] chore(release): 1.70.6 [skip ci] ## [1.70.6](https://github.com/toggl/toggl-button/compare/1.70.5...1.70.6) (2021-09-17) ### Bug Fixes * **to-do:** Fix project selector for MS To-Do ([#2001](https://github.com/toggl/toggl-button/issues/2001)) ([6c9b288](https://github.com/toggl/toggl-button/commit/6c9b288da974867da2b5b12a20bb632822515331)), closes [#1976](https://github.com/toggl/toggl-button/issues/1976) --- 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 d3c959675..df845ecca 100644 --- a/docs/_includes/changelog.md +++ b/docs/_includes/changelog.md @@ -1,3 +1,10 @@ +## [1.70.6](https://github.com/toggl/toggl-button/compare/1.70.5...1.70.6) (2021-09-17) + + +### Bug Fixes + +* **to-do:** Fix project selector for MS To-Do ([#2001](https://github.com/toggl/toggl-button/issues/2001)) ([6c9b288](https://github.com/toggl/toggl-button/commit/6c9b288da974867da2b5b12a20bb632822515331)), closes [#1976](https://github.com/toggl/toggl-button/issues/1976) + ## [1.70.5](https://github.com/toggl/toggl-button/compare/1.70.4...1.70.5) (2021-09-06) diff --git a/package-lock.json b/package-lock.json index d5535468d..dc1e4bf1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.70.5", + "version": "1.70.6", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 344797bd8..2894d4a04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.70.5", + "version": "1.70.6", "description": "Add Toggl one-click time tracking to popular web tools.", "license": "BSD-3-Clause", "private": true,