Skip to content

Commit

Permalink
Version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jkleinsc committed Oct 28, 2016
1 parent eb37196 commit 37164a8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
# Change Log

## [0.1.3](https://github.com/jkleinsc/broccoli-serviceworker/tree/0.1.3) (2016-10-24)
## [0.1.4](https://github.com/jkleinsc/broccoli-serviceworker/tree/0.1.4)

[Full Changelog](https://github.com/jkleinsc/broccoli-serviceworker/compare/0.1.3...0.1.4)

**Closed issues:**

- Unable to build: missing sw-toolbox.js.map [\#42](https://github.com/jkleinsc/broccoli-serviceworker/issues/42)
- Ability to pass environment variables to the service worker [\#39](https://github.com/jkleinsc/broccoli-serviceworker/issues/39)

**Merged pull requests:**

- Ability to provide environment variables to service worker. [\#41](https://github.com/jkleinsc/broccoli-serviceworker/pull/41) ([bourquep](https://github.com/bourquep))
- Implemented a cache post-delete hook. [\#40](https://github.com/jkleinsc/broccoli-serviceworker/pull/40) ([bourquep](https://github.com/bourquep))

## [0.1.3](https://github.com/jkleinsc/broccoli-serviceworker/tree/0.1.3) (2016-10-24)
[Full Changelog](https://github.com/jkleinsc/broccoli-serviceworker/compare/0.1.2...0.1.3)

**Closed issues:**
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": "broccoli-serviceworker",
"version": "0.1.3",
"version": "0.1.4",
"description": "A broccoli plugin automating ServiceWorker file creation for Broccoli and Ember.js",
"main": "lib/service-worker.js",
"ember-addon": {
Expand Down

0 comments on commit 37164a8

Please sign in to comment.