Skip to content

Commit 8c81e09

Browse files
committed
0.8.0
1 parent cd4eb7c commit 8c81e09

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

changelog.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
1+
## 0.8.0 (2021-08-09)
2+
3+
* build: update lock ([cd4eb7c](https://github.com/Scrum/webpack-extension-manifest-plugin/commit/cd4eb7c))
4+
* build(deps): bump browserslist from 4.14.7 to 4.16.6 ([d1bbfdb](https://github.com/Scrum/webpack-extension-manifest-plugin/commit/d1bbfdb))
5+
* build(deps): bump handlebars from 4.7.6 to 4.7.7 ([700f8fc](https://github.com/Scrum/webpack-extension-manifest-plugin/commit/700f8fc))
6+
* build(deps): bump hosted-git-info from 2.8.8 to 2.8.9 ([d5b2b02](https://github.com/Scrum/webpack-extension-manifest-plugin/commit/d5b2b02))
7+
* build(deps): bump lodash from 4.17.20 to 4.17.21 ([beb899c](https://github.com/Scrum/webpack-extension-manifest-plugin/commit/beb899c))
8+
* build(deps): bump normalize-url from 4.5.0 to 4.5.1 ([f0a038d](https://github.com/Scrum/webpack-extension-manifest-plugin/commit/f0a038d))
9+
* build(deps): bump y18n from 4.0.0 to 4.0.1 ([16e8ab8](https://github.com/Scrum/webpack-extension-manifest-plugin/commit/16e8ab8))
10+
* feat: add file watching, code completion, and pkgJson prop coppier ([fb5d533](https://github.com/Scrum/webpack-extension-manifest-plugin/commit/fb5d533))
11+
* Update readme.md ([4884897](https://github.com/Scrum/webpack-extension-manifest-plugin/commit/4884897))
12+
13+
14+
115
## 0.7.0 (2021-03-29)
216

3-
* style: after lint ([bd2d913](https://github.com/Scrum/webpack-extension-manifest-plugin/commit/bd2d913))
17+
* 0.7.0 ([ee57136](https://github.com/Scrum/webpack-extension-manifest-plugin/commit/ee57136))
418
* Add minify option ([0f6c71c](https://github.com/Scrum/webpack-extension-manifest-plugin/commit/0f6c71c))
19+
* style: after lint ([bd2d913](https://github.com/Scrum/webpack-extension-manifest-plugin/commit/bd2d913))
520
* build(deps): bump ini from 1.3.5 to 1.3.7 ([eef83cf](https://github.com/Scrum/webpack-extension-manifest-plugin/commit/eef83cf))
621

722

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-extension-manifest-plugin",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "Creates manifest json file based you config",
55
"license": "MIT",
66
"repository": "Scrum/webpack-extension-manifest-plugin",

0 commit comments

Comments
 (0)