Skip to content

Commit 4ceb2cb

Browse files
committed
0.11.1
1 parent 25f7401 commit 4ceb2cb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.11.1
2+
3+
* :arrow_up: Update dependencies
4+
* Update example in readme
5+
* Remove unused Template var from tests
6+
* Fix errors for MultiCompilers build (#78)
7+
* Add strip prefix multi windows support (#76)
8+
19
## 0.11.0
210

311
* Added [chunkhash]/[hash]/[id]/[name] support for importScripts (#70)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sw-precache-webpack-plugin",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "Webpack plugin for using service workers",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)