Skip to content

Commit 7c3ec18

Browse files
committed
prepare for v7.1.0
1 parent c4502c6 commit 7c3ec18

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ This project adheres to [Semantic Versioning].
55

66
[Semantic Versioning]: http://semver.org/
77

8+
## 7.1.0 - 2020-12-11
9+
* Closes [#327](https://github.com/ztoben/assets-webpack-plugin/issues/327)
10+
811
## 7.0.0 - 2020-12-11
912
* Requires webpack 5 or greater as a peer dependency
1013
* Closes [#322](https://github.com/ztoben/assets-webpack-plugin/issues/322)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "assets-webpack-plugin",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"description": "Emits a json file with assets paths",
55
"main": "dist/index.js",
66
"engines": {

0 commit comments

Comments
 (0)