From b3d4b4a790972efcb9524c5930361c39b54c74ee Mon Sep 17 00:00:00 2001 From: toggl-button-bot <48065059+toggl-button-bot@users.noreply.github.com> Date: Tue, 9 Jul 2019 16:07:39 +0000 Subject: [PATCH] chore(release): 1.39.1 [skip ci] ## [1.39.1](https://github.com/toggl/toggl-button/compare/1.39.0...1.39.1) (2019-07-09) ### Bug Fixes * **styles:** Prefix edit-form css with TB__ ([4befea5](https://github.com/toggl/toggl-button/commit/4befea5)), closes [#1446](https://github.com/toggl/toggl-button/issues/1446) --- 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 b18e7e6ce..3dab8ec08 100644 --- a/docs/_includes/changelog.md +++ b/docs/_includes/changelog.md @@ -1,3 +1,10 @@ +## [1.39.1](https://github.com/toggl/toggl-button/compare/1.39.0...1.39.1) (2019-07-09) + + +### Bug Fixes + +* **styles:** Prefix edit-form css with TB__ ([4befea5](https://github.com/toggl/toggl-button/commit/4befea5)), closes [#1446](https://github.com/toggl/toggl-button/issues/1446) + # [1.39.0](https://github.com/toggl/toggl-button/compare/1.38.2...1.39.0) (2019-07-09) diff --git a/package-lock.json b/package-lock.json index e5b6d7f64..eb424b3fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.39.0", + "version": "1.39.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c2002203a..8c9f83e17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.39.0", + "version": "1.39.1", "description": "Add Toggl one-click time tracking to popular web tools.", "license": "BSD-3-Clause", "private": true,