diff --git a/changelog.md b/changelog.md index b71c22a..127ef4b 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,9 @@ This project adheres to [Semantic Versioning]. [Semantic Versioning]: http://semver.org/ +## 7.1.0 - 2020-12-11 +* Closes [#327](https://github.com/ztoben/assets-webpack-plugin/issues/327) + ## 7.0.0 - 2020-12-11 * Requires webpack 5 or greater as a peer dependency * Closes [#322](https://github.com/ztoben/assets-webpack-plugin/issues/322) diff --git a/package.json b/package.json index b287091..797d371 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "assets-webpack-plugin", - "version": "7.0.0", + "version": "7.1.0", "description": "Emits a json file with assets paths", "main": "dist/index.js", "engines": {