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 c4502c6 commit 7c3ec18Copy full SHA for 7c3ec18
changelog.md
@@ -5,6 +5,9 @@ This project adheres to [Semantic Versioning].
5
6
[Semantic Versioning]: http://semver.org/
7
8
+## 7.1.0 - 2020-12-11
9
+* Closes [#327](https://github.com/ztoben/assets-webpack-plugin/issues/327)
10
+
11
## 7.0.0 - 2020-12-11
12
* Requires webpack 5 or greater as a peer dependency
13
* Closes [#322](https://github.com/ztoben/assets-webpack-plugin/issues/322)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "assets-webpack-plugin",
3
- "version": "7.0.0",
+ "version": "7.1.0",
4
"description": "Emits a json file with assets paths",
"main": "dist/index.js",
"engines": {
0 commit comments