Skip to content

Commit

Permalink
chore(package.json): bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchentw committed May 22, 2015
1 parent 17cf791 commit eafb884
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 1.0.0 (2015-05-22)


#### Features

* **UnusedFilesWebpackPlugin:** use glob to select files ([f8e081e8](https://github.com/tomchentw/unused-files-webpack-plugin/commit/f8e081e835344820c419dc37162c8028af7ba3f9))

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"__template__gist__": "https://gist.github.com/tomchentw/368a93bb748ad9d576f1#file-package-json",
"name": "unused-files-webpack-plugin",
"version": "0.1.0",
"version": "1.0.0",
"description": "Glob all files that are not compiled by webpack under webpack's context",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit eafb884

Please sign in to comment.