We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7149212 commit 7b7aa47Copy full SHA for 7b7aa47
CHANGELOG.md
@@ -24,6 +24,13 @@ DO NOT TOUCH. SAVE IT ON TOP.
24
25
-->
26
27
+## [1.1.0] - 2019-06-09
28
+### Added
29
+- `trigen-scripts` dev tool.
30
+
31
+### Changed
32
+- Dependencies update.
33
34
## [1.0.0] - 2019-02-12
35
### Added
36
- 🦄
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@flexis/workbox-webpack-plugin",
3
- "version": "1.0.0-beta",
+ "version": "1.1.0-beta",
4
"description": "Webpack plugin to generate and inject precache manifest to ServiceWorker.",
5
"author": "dangreen",
6
"license": "MIT",
0 commit comments