From f2b21864c998c24fe4eda71deb88973e998b85fc Mon Sep 17 00:00:00 2001 From: toggl-button-bot <48065059+toggl-button-bot@users.noreply.github.com> Date: Mon, 8 Apr 2019 22:03:21 +0000 Subject: [PATCH] chore(release): 1.27.0 [skip ci] # [1.27.0](https://github.com/toggl/toggl-button/compare/1.26.0...1.27.0) (2019-04-08) ### Features * **popup:** Do not show edit form when continuing an entry ([d3977d4](https://github.com/toggl/toggl-button/commit/d3977d4)) --- 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 1e613b7b7..f4defba20 100644 --- a/docs/_includes/changelog.md +++ b/docs/_includes/changelog.md @@ -1,3 +1,10 @@ +# [1.27.0](https://github.com/toggl/toggl-button/compare/1.26.0...1.27.0) (2019-04-08) + + +### Features + +* **popup:** Do not show edit form when continuing an entry ([d3977d4](https://github.com/toggl/toggl-button/commit/d3977d4)) + # [1.26.0](https://github.com/toggl/toggl-button/compare/1.25.0...1.26.0) (2019-04-02) diff --git a/package-lock.json b/package-lock.json index 59d350327..241ae84f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.26.0", + "version": "1.27.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e38d76c68..4958a2a2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.26.0", + "version": "1.27.0", "description": "Add Toggl one-click time tracking to popular web tools.", "license": "BSD-3-Clause", "private": true,