Skip to content

Commit

Permalink
prepare for v6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ztoben committed Dec 8, 2020
1 parent 926692d commit 0ab07a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ This project adheres to [Semantic Versioning].

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

## 6.1.2 - 2020-12-08
* Closes [#319](https://github.com/ztoben/assets-webpack-plugin/issues/319)

## 6.1.1 - 2020-12-03
* Adds the `includeDynamicImportedAssets` option
* Closes [#313](https://github.com/ztoben/assets-webpack-plugin/issues/312)
* Closes [#313](https://github.com/ztoben/assets-webpack-plugin/issues/313)

## 6.1.0 - 2020-12-03
* Closes [#312](https://github.com/ztoben/assets-webpack-plugin/issues/312)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "assets-webpack-plugin",
"version": "6.1.1",
"version": "6.1.2",
"description": "Emits a json file with assets paths",
"main": "dist/index.js",
"engines": {
Expand Down

0 comments on commit 0ab07a4

Please sign in to comment.