Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.0.0...v3.0.0) (2021-06-08)

### Features

* **config:** move workbox config from environment to ember-cli-build ([44f8fdf](44f8fdf))

### BREAKING CHANGES

* **config:** workbox config has been moved to ember-cli-build.js
  • Loading branch information
semantic-release-bot committed Jun 8, 2021
1 parent 8d26774 commit 971a511
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.0.0](https://github.com/BBVAEngineering/ember-cli-workbox/compare/v2.0.0...v3.0.0) (2021-06-08)


### Features

* **config:** move workbox config from environment to ember-cli-build ([44f8fdf](https://github.com/BBVAEngineering/ember-cli-workbox/commit/44f8fdf433db6fad5e8ef125a017653bf8ca7fc8))


### BREAKING CHANGES

* **config:** workbox config has been moved to ember-cli-build.js

# [2.0.0](https://github.com/BBVAEngineering/ember-cli-workbox/compare/v1.2.0...v2.0.0) (2020-09-02)


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": "2.0.0",
"version": "3.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 971a511

Please sign in to comment.