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,