Skip to content

Commit 25e9155

Browse files
committed
Version 0.1.5
1 parent 1edf77d commit 25e9155

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

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

3-
## [0.1.4](https://github.com/jkleinsc/broccoli-serviceworker/tree/0.1.4)
3+
## [0.1.5](https://github.com/jkleinsc/broccoli-serviceworker/tree/0.1.5)
44

5+
[Full Changelog](https://github.com/jkleinsc/broccoli-serviceworker/compare/0.1.4...0.1.5)
6+
7+
**Closed issues:**
8+
9+
- Service worker fail to build with --prod , when there is ES6 code [\#45](https://github.com/jkleinsc/broccoli-serviceworker/issues/45)
10+
11+
**Merged pull requests:**
12+
13+
- Add option to define if sourcemaps should be generated fixes \#42 [\#48](https://github.com/jkleinsc/broccoli-serviceworker/pull/48) ([urbany](https://github.com/urbany))
14+
- Origin option can be regular expression [\#47](https://github.com/jkleinsc/broccoli-serviceworker/pull/47) ([cyk](https://github.com/cyk))
15+
16+
## [0.1.4](https://github.com/jkleinsc/broccoli-serviceworker/tree/0.1.4) (2016-10-28)
517
[Full Changelog](https://github.com/jkleinsc/broccoli-serviceworker/compare/0.1.3...0.1.4)
618

719
**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.4",
3+
"version": "0.1.5",
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)