Skip to content

Commit 0ab07a4

Browse files
committed
prepare for v6.1.2
1 parent 926692d commit 0ab07a4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ This project adheres to [Semantic Versioning].
55

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

8+
## 6.1.2 - 2020-12-08
9+
* Closes [#319](https://github.com/ztoben/assets-webpack-plugin/issues/319)
10+
811
## 6.1.1 - 2020-12-03
912
* Adds the `includeDynamicImportedAssets` option
10-
* Closes [#313](https://github.com/ztoben/assets-webpack-plugin/issues/312)
13+
* Closes [#313](https://github.com/ztoben/assets-webpack-plugin/issues/313)
1114

1215
## 6.1.0 - 2020-12-03
1316
* Closes [#312](https://github.com/ztoben/assets-webpack-plugin/issues/312)

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": "6.1.1",
3+
"version": "6.1.2",
44
"description": "Emits a json file with assets paths",
55
"main": "dist/index.js",
66
"engines": {

0 commit comments

Comments
 (0)