From 7c3ec187ae728e76e7741e5c345ed37aafb269d0 Mon Sep 17 00:00:00 2001 From: Zach Toben Date: Fri, 23 Apr 2021 13:59:59 -0500 Subject: [PATCH] prepare for v7.1.0 --- changelog.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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": {