From f5bafa3656e682a08cdec0a13aa2e4908a91f856 Mon Sep 17 00:00:00 2001 From: toggl-button-bot <48065059+toggl-button-bot@users.noreply.github.com> Date: Fri, 12 Apr 2019 11:25:40 +0000 Subject: [PATCH] chore(release): 1.30.0 [skip ci] # [1.30.0](https://github.com/toggl/toggl-button/compare/1.29.0...1.30.0) (2019-04-12) ### Features * **popup:** Show running entry project and tags on timer ([d22f669](https://github.com/toggl/toggl-button/commit/d22f669)), closes [#1370](https://github.com/toggl/toggl-button/issues/1370) --- 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 c29cfe2bc..fe7eef294 100644 --- a/docs/_includes/changelog.md +++ b/docs/_includes/changelog.md @@ -1,3 +1,10 @@ +# [1.30.0](https://github.com/toggl/toggl-button/compare/1.29.0...1.30.0) (2019-04-12) + + +### Features + +* **popup:** Show running entry project and tags on timer ([d22f669](https://github.com/toggl/toggl-button/commit/d22f669)), closes [#1370](https://github.com/toggl/toggl-button/issues/1370) + # [1.29.0](https://github.com/toggl/toggl-button/compare/1.28.1...1.29.0) (2019-04-10) diff --git a/package-lock.json b/package-lock.json index bf8dd3dd9..387827a87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.29.0", + "version": "1.30.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1395eb964..15a9e9f57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.29.0", + "version": "1.30.0", "description": "Add Toggl one-click time tracking to popular web tools.", "license": "BSD-3-Clause", "private": true,