diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ec406f..9ccd599 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ * Lowercase `X-UA-Compatible` ([#1409](https://github.com/roots/sage/issues/1409)) * Remove mention of Google Analytics from the config ([#1384](https://github.com/roots/sage/issues/1384)) * Switch from [yargs](https://github.com/bcoe/yargs) to [minimist](https://github.com/substack/minimist) +* Bump `gulp-load-plugins` to 0.10.0 ### 8.1.1: March 31st, 2015 * Remove pleeease dependency in favor of vanilla gulp-autoprefixer and gulp-minify-css ([#1402](https://github.com/roots/sage/issues/1402)) diff --git a/package.json b/package.json index 56476a7..7d91f1d 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "gulp-imagemin": "^2.2.1", "gulp-jshint": "^1.9.4", "gulp-less": "^3.0.2", - "gulp-load-plugins": "^0.9.0", + "gulp-load-plugins": "^0.10.0", "gulp-minify-css": "^1.0.0", "gulp-plumber": "^1.0.0", "gulp-rename": "^1.2.0",