Skip to content

Commit

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

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

## 6.0.6 - 2020-11-13
* Adds [#311](https://github.com/ztoben/assets-webpack-plugin/pull/311)
* Fixes issue where default path would not be set

## 6.0.5 - 2020-11-13
* Adds [#301](https://github.com/ztoben/assets-webpack-plugin/pull/310)
* Adds [#310](https://github.com/ztoben/assets-webpack-plugin/pull/310)

## 6.0.4 - 2020-11-13
* Adds the `includeAuxiliaryAssets` option
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.0.5",
"version": "6.0.6",
"description": "Emits a json file with assets paths",
"main": "dist/index.js",
"engines": {
Expand Down

0 comments on commit dd90d4b

Please sign in to comment.