From 682a8ff6723b21a7f8f42747ceac6c561b29c894 Mon Sep 17 00:00:00 2001 From: toggl-button-bot <48065059+toggl-button-bot@users.noreply.github.com> Date: Tue, 9 Jul 2019 14:29:45 +0000 Subject: [PATCH] chore(release): 1.39.0 [skip ci] # [1.39.0](https://github.com/toggl/toggl-button/compare/1.38.2...1.39.0) (2019-07-09) ### Features * Added support for Corgee ([7796314](https://github.com/toggl/toggl-button/commit/7796314)), closes [#1432](https://github.com/toggl/toggl-button/issues/1432) --- 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 ec42411cc..b18e7e6ce 100644 --- a/docs/_includes/changelog.md +++ b/docs/_includes/changelog.md @@ -1,3 +1,10 @@ +# [1.39.0](https://github.com/toggl/toggl-button/compare/1.38.2...1.39.0) (2019-07-09) + + +### Features + +* Added support for Corgee ([7796314](https://github.com/toggl/toggl-button/commit/7796314)), closes [#1432](https://github.com/toggl/toggl-button/issues/1432) + ## [1.38.2](https://github.com/toggl/toggl-button/compare/1.38.1...1.38.2) (2019-07-01) diff --git a/package-lock.json b/package-lock.json index c6093e07b..e5b6d7f64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.38.2", + "version": "1.39.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dae805e66..c2002203a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.38.2", + "version": "1.39.0", "description": "Add Toggl one-click time tracking to popular web tools.", "license": "BSD-3-Clause", "private": true,