Skip to content

Commit

Permalink
Version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jkleinsc committed Mar 6, 2017
1 parent 1edf77d commit 25e9155
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# Change Log

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

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

**Closed issues:**

- Service worker fail to build with --prod , when there is ES6 code [\#45](https://github.com/jkleinsc/broccoli-serviceworker/issues/45)

**Merged pull requests:**

- 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))
- Origin option can be regular expression [\#47](https://github.com/jkleinsc/broccoli-serviceworker/pull/47) ([cyk](https://github.com/cyk))

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

**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.4",
"version": "0.1.5",
"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 25e9155

Please sign in to comment.