Skip to content

Commit f0c78e5

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2020-02-10) ### Bug Fixes * **build:** do not ignore .gitkeep from npm ([59994a3](59994a3)) * **build:** ensure dir is created ([1ee3d00](1ee3d00))
1 parent 39d5bb8 commit f0c78e5

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.0.1](https://github.com/BBVAEngineering/ember-cli-workbox/compare/v1.0.0...v1.0.1) (2020-02-10)
2+
3+
4+
### Bug Fixes
5+
6+
* **build:** do not ignore .gitkeep from npm ([59994a3](https://github.com/BBVAEngineering/ember-cli-workbox/commit/59994a3ef879cc7ea752fd25755074b5e065be54))
7+
* **build:** ensure dir is created ([1ee3d00](https://github.com/BBVAEngineering/ember-cli-workbox/commit/1ee3d00b5f9339ccd061be08238a62b0327319ac))
8+
19
# [1.0.0](https://github.com/BBVAEngineering/ember-cli-workbox/compare/v0.6.1...v1.0.0) (2020-02-10)
210

311

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": "1.0.0",
3+
"version": "1.0.1",
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)