Skip to content

Commit 37164a8

Browse files
committed
Version 0.1.4
1 parent eb37196 commit 37164a8

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
# Change Log
22

3-
## [0.1.3](https://github.com/jkleinsc/broccoli-serviceworker/tree/0.1.3) (2016-10-24)
3+
## [0.1.4](https://github.com/jkleinsc/broccoli-serviceworker/tree/0.1.4)
4+
5+
[Full Changelog](https://github.com/jkleinsc/broccoli-serviceworker/compare/0.1.3...0.1.4)
6+
7+
**Closed issues:**
8+
9+
- Unable to build: missing sw-toolbox.js.map [\#42](https://github.com/jkleinsc/broccoli-serviceworker/issues/42)
10+
- Ability to pass environment variables to the service worker [\#39](https://github.com/jkleinsc/broccoli-serviceworker/issues/39)
411

12+
**Merged pull requests:**
13+
14+
- Ability to provide environment variables to service worker. [\#41](https://github.com/jkleinsc/broccoli-serviceworker/pull/41) ([bourquep](https://github.com/bourquep))
15+
- Implemented a cache post-delete hook. [\#40](https://github.com/jkleinsc/broccoli-serviceworker/pull/40) ([bourquep](https://github.com/bourquep))
16+
17+
## [0.1.3](https://github.com/jkleinsc/broccoli-serviceworker/tree/0.1.3) (2016-10-24)
518
[Full Changelog](https://github.com/jkleinsc/broccoli-serviceworker/compare/0.1.2...0.1.3)
619

720
**Closed issues:**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "broccoli-serviceworker",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "A broccoli plugin automating ServiceWorker file creation for Broccoli and Ember.js",
55
"main": "lib/service-worker.js",
66
"ember-addon": {

0 commit comments

Comments
 (0)