Skip to content

Commit 971a511

Browse files
chore(release): 3.0.0 [skip ci]
# [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
1 parent 8d26774 commit 971a511

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [3.0.0](https://github.com/BBVAEngineering/ember-cli-workbox/compare/v2.0.0...v3.0.0) (2021-06-08)
2+
3+
4+
### Features
5+
6+
* **config:** move workbox config from environment to ember-cli-build ([44f8fdf](https://github.com/BBVAEngineering/ember-cli-workbox/commit/44f8fdf433db6fad5e8ef125a017653bf8ca7fc8))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **config:** workbox config has been moved to ember-cli-build.js
12+
113
# [2.0.0](https://github.com/BBVAEngineering/ember-cli-workbox/compare/v1.2.0...v2.0.0) (2020-09-02)
214

315

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": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Service worker generator with precaching and some basic configurable options using workbox-build",
55
"main": "index.js",
66
"ember": {

0 commit comments

Comments
 (0)