Skip to content

Commit

Permalink
chore(release): 1.70.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.70.0](1.69.8...1.70.0) (2021-05-12)

### Bug Fixes

* **bitrix:** Fix Bitrix iframes ([55c03be](55c03be)), closes [#1883](#1883)
* **bugsnag:** Treat empty hostnames ([b5e67d9](b5e67d9))
* **style:** Add closing braces ([fd6c9c7](fd6c9c7))

### Features

* **core:** Handle iframes ([216d0be](216d0be))
  • Loading branch information
toggl-button-bot committed May 12, 2021
1 parent 55c03be commit ae7e98a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions docs/_includes/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.70.0](https://github.com/toggl/toggl-button/compare/1.69.8...1.70.0) (2021-05-12)


### Bug Fixes

* **bitrix:** Fix Bitrix iframes ([55c03be](https://github.com/toggl/toggl-button/commit/55c03befeace0457e565f5a78e414cf80a761401)), closes [#1883](https://github.com/toggl/toggl-button/issues/1883)
* **bugsnag:** Treat empty hostnames ([b5e67d9](https://github.com/toggl/toggl-button/commit/b5e67d9af13b58ddcc4a7ff1a37131fcbeb7ec8a))
* **style:** Add closing braces ([fd6c9c7](https://github.com/toggl/toggl-button/commit/fd6c9c71eb8cf23e3b9217f1f81675bc73358bb0))


### Features

* **core:** Handle iframes ([216d0be](https://github.com/toggl/toggl-button/commit/216d0bed6ae9b62be1e77e9dbfde6ab75e7e863d))

## [1.69.8](https://github.com/toggl/toggl-button/compare/1.69.7...1.69.8) (2021-04-20)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "toggl-button",
"version": "1.69.8",
"version": "1.70.0",
"description": "Add Toggl one-click time tracking to popular web tools.",
"license": "BSD-3-Clause",
"private": true,
Expand Down

0 comments on commit ae7e98a

Please sign in to comment.