From 8d3ee7f4b865b128bc4a701d6d893542ec74b650 Mon Sep 17 00:00:00 2001 From: toggl-button-bot <48065059+toggl-button-bot@users.noreply.github.com> Date: Mon, 15 Apr 2019 13:16:01 +0000 Subject: [PATCH] chore(release): 1.30.1 [skip ci] ## [1.30.1](https://github.com/toggl/toggl-button/compare/1.30.0...1.30.1) (2019-04-15) ### Bug Fixes * **wordpress:** Fix wordpress integration ([7d34c0b](https://github.com/toggl/toggl-button/commit/7d34c0b)), closes [#1362](https://github.com/toggl/toggl-button/issues/1362) --- 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 fe7eef294..1ca0b9659 100644 --- a/docs/_includes/changelog.md +++ b/docs/_includes/changelog.md @@ -1,3 +1,10 @@ +## [1.30.1](https://github.com/toggl/toggl-button/compare/1.30.0...1.30.1) (2019-04-15) + + +### Bug Fixes + +* **wordpress:** Fix wordpress integration ([7d34c0b](https://github.com/toggl/toggl-button/commit/7d34c0b)), closes [#1362](https://github.com/toggl/toggl-button/issues/1362) + # [1.30.0](https://github.com/toggl/toggl-button/compare/1.29.0...1.30.0) (2019-04-12) diff --git a/package-lock.json b/package-lock.json index 387827a87..24dcea160 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.30.0", + "version": "1.30.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 15a9e9f57..dbfd64925 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.30.0", + "version": "1.30.1", "description": "Add Toggl one-click time tracking to popular web tools.", "license": "BSD-3-Clause", "private": true,