Skip to content

Commit

Permalink
Version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jkleinsc committed Oct 24, 2016
1 parent d3fbb20 commit ff4b393
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,12 +1,25 @@
# Change Log

## [0.1.2](https://github.com/jkleinsc/broccoli-serviceworker/tree/0.1.2) (2016-10-05)
## [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:**

- Support assets on a CDN [\#33](https://github.com/jkleinsc/broccoli-serviceworker/issues/33)

**Merged pull requests:**

- bump sw-toolbox and import correct map file [\#37](https://github.com/jkleinsc/broccoli-serviceworker/pull/37) ([miguelcobain](https://github.com/miguelcobain))

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

**Closed issues:**

- swIncludeFiles: join with ; when concatinating files [\#34](https://github.com/jkleinsc/broccoli-serviceworker/issues/34)
- sw-toolbox.js cannot be imported when offline [\#29](https://github.com/jkleinsc/broccoli-serviceworker/issues/29)
- Handle manifest file [\#28](https://github.com/jkleinsc/broccoli-serviceworker/issues/28)

**Merged pull requests:**

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.2",
"version": "0.1.3",
"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 ff4b393

Please sign in to comment.