Skip to content

Commit 51ed560

Browse files
author
Adrián González Rus
committed
chore(release): 0.6.2 [skip ci]
## [0.6.2](v0.6.1...v0.6.2) (2020-09-17) ### Bug Fixes * **skip-waiting:** prevent errors from `clients.claim()` ([82b00f1](82b00f1))
1 parent 78167a8 commit 51ed560

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.6.2](https://github.com/BBVAEngineering/ember-cli-workbox/compare/v0.6.1...v0.6.2) (2020-09-17)
2+
3+
4+
### Bug Fixes
5+
6+
* **skip-waiting:** prevent errors from `clients.claim()` ([82b00f1](https://github.com/BBVAEngineering/ember-cli-workbox/commit/82b00f1))
7+
18
## [0.6.1](https://github.com/BBVAEngineering/ember-cli-workbox/compare/v0.6.0...v0.6.1) (2020-01-14)
29

310

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-workbox",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Service worker generator with precaching and some basic configurable options using workbox-build",
55
"main": "index.js",
66
"ember-addon": {

0 commit comments

Comments
 (0)