Skip to content

Commit

Permalink
2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kevlened committed May 14, 2016
1 parent 8af5c77 commit d5e59e0
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## 2.1.6 (May 14, 2016)

* Readded Node v6.0.0 compatibility after finding root cause


## 2.1.5 (May 13, 2016)

* Reverted Node v6.0.0 compatibility due to import errors


## 2.1.4 (May 12, 2016)

* Fix Node v6.0.0 compatibility
* Fix tests running in Node v6.0.0
* Fix ERROR in Path must be a string. Received undefined. (undefined `to` when writing directory)


## 2.1.3 (April 23, 2016)

* Fix TypeError when working with webpack-dev-server


## 2.1.1 (April 16, 2016)

* Fixed nested directories in blobs


## 2.1.0 (April 16, 2016)

* Added pattern-level context
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": "copy-webpack-plugin",
"version": "2.1.5",
"version": "2.1.6",
"description": "Copy files and directories in webpack",
"main": "dist/index.js",
"repository": {
Expand Down

0 comments on commit d5e59e0

Please sign in to comment.