Skip to content

Commit ff4b393

Browse files
committed
Version 0.1.3
1 parent d3fbb20 commit ff4b393

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,12 +1,25 @@
11
# Change Log
22

3-
## [0.1.2](https://github.com/jkleinsc/broccoli-serviceworker/tree/0.1.2) (2016-10-05)
3+
## [0.1.3](https://github.com/jkleinsc/broccoli-serviceworker/tree/0.1.3) (2016-10-24)
4+
5+
[Full Changelog](https://github.com/jkleinsc/broccoli-serviceworker/compare/0.1.2...0.1.3)
6+
7+
**Closed issues:**
8+
9+
- Support assets on a CDN [\#33](https://github.com/jkleinsc/broccoli-serviceworker/issues/33)
410

11+
**Merged pull requests:**
12+
13+
- bump sw-toolbox and import correct map file [\#37](https://github.com/jkleinsc/broccoli-serviceworker/pull/37) ([miguelcobain](https://github.com/miguelcobain))
14+
15+
## [0.1.2](https://github.com/jkleinsc/broccoli-serviceworker/tree/0.1.2) (2016-10-05)
516
[Full Changelog](https://github.com/jkleinsc/broccoli-serviceworker/compare/0.1.1...0.1.2)
617

718
**Closed issues:**
819

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

1124
**Merged pull requests:**
1225

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.2",
3+
"version": "0.1.3",
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)