Skip to content

Commit 2e24542

Browse files
committed
1.6.0
1 parent d979a96 commit 2e24542

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,9 @@ Credit largely goes to @sindresorhus for his [load-grunt-plugins](https://github
188188

189189
## Changelog
190190

191+
##### 1.6.0
192+
- Bump some dependencies that had security vulnerabilities - thanks @tombye - [PR](https://github.com/jackfranklin/gulp-load-plugins/pull/138)
193+
191194
##### 1.5.0
192195
- added `overridePattern` - thanks @bretkikehara - [PR](https://github.com/jackfranklin/gulp-load-plugins/pull/127)
193196

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-load-plugins",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Automatically load any gulp plugins in your package.json",
55
"scripts": {
66
"test": "npm run lint && NODE_PATH=test/global_modules mocha",

0 commit comments

Comments
 (0)