Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.2.0...v2.0.0) (2020-09-02)

### Bug Fixes

* fix pr issues ([ed60cb4](ed60cb4))
* **build:** add warnings to broccoli-workbox stdout ([d5b4362](d5b4362)), closes [#91](#91)
* remove getWithDefault deprecation ([e5fe855](e5fe855)), closes [#101](#101)

### Features

* use rootURL when registering service worker ([5eb0af6](5eb0af6)), closes [#102](#102) [#100](#100)

### BREAKING CHANGES

* appending rootURL to service worker could break some apps
  • Loading branch information
semantic-release-bot committed Sep 2, 2020
1 parent 25c00db commit ba9de62
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [2.0.0](https://github.com/BBVAEngineering/ember-cli-workbox/compare/v1.2.0...v2.0.0) (2020-09-02)


### Bug Fixes

* fix pr issues ([ed60cb4](https://github.com/BBVAEngineering/ember-cli-workbox/commit/ed60cb4b9c577c0d62841a63699e84eae8862222))
* **build:** add warnings to broccoli-workbox stdout ([d5b4362](https://github.com/BBVAEngineering/ember-cli-workbox/commit/d5b43625fe576d2fd41985a19a927c24d3e78623)), closes [#91](https://github.com/BBVAEngineering/ember-cli-workbox/issues/91)
* remove getWithDefault deprecation ([e5fe855](https://github.com/BBVAEngineering/ember-cli-workbox/commit/e5fe855a2e647be415522a259b0b78f5c691fd10)), closes [#101](https://github.com/BBVAEngineering/ember-cli-workbox/issues/101)


### Features

* use rootURL when registering service worker ([5eb0af6](https://github.com/BBVAEngineering/ember-cli-workbox/commit/5eb0af60eea03308b623e336231dc97ae84238e0)), closes [#102](https://github.com/BBVAEngineering/ember-cli-workbox/issues/102) [#100](https://github.com/BBVAEngineering/ember-cli-workbox/issues/100)


### BREAKING CHANGES

* appending rootURL to service worker could break some apps

# [1.2.0](https://github.com/BBVAEngineering/ember-cli-workbox/compare/v1.1.0...v1.2.0) (2020-07-07)


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

0 comments on commit ba9de62

Please sign in to comment.