From 9f594d2b78356419bddcb2c33c7472f07141ea7c Mon Sep 17 00:00:00 2001 From: toggl-button-bot <48065059+toggl-button-bot@users.noreply.github.com> Date: Fri, 24 May 2019 05:10:41 +0000 Subject: [PATCH] chore(release): 1.36.2 [skip ci] ## [1.36.2](https://github.com/toggl/toggl-button/compare/1.36.1...1.36.2) (2019-05-24) ### Bug Fixes * **popup:** Fix content popup layout breaking due to leaking button styles ([de22c4e](https://github.com/toggl/toggl-button/commit/de22c4e)), closes [#1415](https://github.com/toggl/toggl-button/issues/1415) * **rememberthemilk:** Fix errors and conform to styleguide in RememberTheMilk ([f269344](https://github.com/toggl/toggl-button/commit/f269344)) --- docs/_includes/changelog.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/_includes/changelog.md b/docs/_includes/changelog.md index e268a4dff..d656c98e6 100644 --- a/docs/_includes/changelog.md +++ b/docs/_includes/changelog.md @@ -1,3 +1,11 @@ +## [1.36.2](https://github.com/toggl/toggl-button/compare/1.36.1...1.36.2) (2019-05-24) + + +### Bug Fixes + +* **popup:** Fix content popup layout breaking due to leaking button styles ([de22c4e](https://github.com/toggl/toggl-button/commit/de22c4e)), closes [#1415](https://github.com/toggl/toggl-button/issues/1415) +* **rememberthemilk:** Fix errors and conform to styleguide in RememberTheMilk ([f269344](https://github.com/toggl/toggl-button/commit/f269344)) + ## [1.36.1](https://github.com/toggl/toggl-button/compare/1.36.0...1.36.1) (2019-05-22) diff --git a/package-lock.json b/package-lock.json index c8aaba035..cfaa8cee3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.36.1", + "version": "1.36.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f808e9719..b86cb6f0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "toggl-button", - "version": "1.36.1", + "version": "1.36.2", "description": "Add Toggl one-click time tracking to popular web tools.", "license": "BSD-3-Clause", "private": true,