Skip to content

Commit

Permalink
chore(release): 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Nov 11, 2021
1 parent 73bce86 commit fbea73d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [9.1.0](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v9.0.1...v9.1.0) (2021-11-11)


### Features

* output helpful descriptions and links on errors ([#625](https://github.com/webpack-contrib/copy-webpack-plugin/issues/625)) ([396bed6](https://github.com/webpack-contrib/copy-webpack-plugin/commit/396bed6a8ad12cea344e988fefb9a554bb9c7b1a))


### Bug Fixes

* compatibility with Node.js 17 ([20af0c7](https://github.com/webpack-contrib/copy-webpack-plugin/commit/20af0c7f1b06a7e597e6b498dbc2b432a4a6d0de))

### [9.0.1](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v9.0.0...v9.0.1) (2021-06-25)

### Chore
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "copy-webpack-plugin",
"version": "9.0.1",
"version": "9.1.0",
"description": "Copy files && directories with webpack",
"license": "MIT",
"repository": "webpack-contrib/copy-webpack-plugin",
Expand Down

0 comments on commit fbea73d

Please sign in to comment.