Skip to content

Commit

Permalink
chore(release): 0.6.2 [skip ci]
Browse files Browse the repository at this point in the history
## [0.6.2](v0.6.1...v0.6.2) (2020-09-17)

### Bug Fixes

* **skip-waiting:** prevent errors from `clients.claim()` ([82b00f1](82b00f1))
  • Loading branch information
Adrián González Rus committed Sep 17, 2020
1 parent 78167a8 commit 51ed560
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.6.2](https://github.com/BBVAEngineering/ember-cli-workbox/compare/v0.6.1...v0.6.2) (2020-09-17)


### Bug Fixes

* **skip-waiting:** prevent errors from `clients.claim()` ([82b00f1](https://github.com/BBVAEngineering/ember-cli-workbox/commit/82b00f1))

## [0.6.1](https://github.com/BBVAEngineering/ember-cli-workbox/compare/v0.6.0...v0.6.1) (2020-01-14)


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": "ember-cli-workbox",
"version": "0.6.1",
"version": "0.6.2",
"description": "Service worker generator with precaching and some basic configurable options using workbox-build",
"main": "index.js",
"ember-addon": {
Expand Down

0 comments on commit 51ed560

Please sign in to comment.