Skip to content

Commit

Permalink
V1 rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfranklin committed Jun 8, 2015
1 parent 46aae24 commit 22fb861
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ Credit largely goes to @sindresorhus for his [load-grunt-plugins](https://github

## Changelog

##### 1.0.0-rc.1
- This is the first release candidate for what will become version 1 of gulp-load-plugins. Once a fix for [#70](https://github.com/jackfranklin/gulp-load-plugins/issues/70) is landed, I plan to release V1.
- **Breaking Change** support for `NODE_PATH` is no longer supported. It was causing complexities and in [the PR that droppped support](https://github.com/jackfranklin/gulp-load-plugins/pull/75) no one shouted that they required `NODE_PATH` support.

##### 0.10.0
- throw a more informative error if a plugin is loaded that gulp-load-plugins can't find. [PR](https://github.com/jackfranklin/gulp-load-plugins/pull/68) - thanks @connor4312
- allow `require` to look on the `NODE_PATH` if it can't find the module in the working directory. [PR](https://github.com/jackfranklin/gulp-load-plugins/pull/69) - thanks @chmanie
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": "gulp-load-plugins",
"version": "0.10.0",
"version": "1.0.0-rc.1",
"description": "Automatically load any gulp plugins in your package.json",
"scripts": {
"test": "NODE_PATH=test/global_modules mocha"
Expand Down

0 comments on commit 22fb861

Please sign in to comment.