Skip to content

Commit

Permalink
v7.20.1 – Fix docs:deploy task (#131)
Browse files Browse the repository at this point in the history
### Fixed
- Added resolutions value for `gift`, as `gulp-gh-pages` was using an old version of this package which was stopping the `docs:deploy` task from running.

This branch should be merged after `v7.20.0` as it has this commit rebased into it.
  • Loading branch information
ashleynolan authored Jul 10, 2018
1 parent a109045 commit 58ce166
Show file tree
Hide file tree
Showing 3 changed files with 2,943 additions and 2,841 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

v7.20.1
------------------------------
*July 10, 2018*

### Fixed
- Added resolutions value for `gift`, as `gulp-gh-pages` was using an old version of this package which was stopping the `docs:deploy` task from running.


v7.20.0
------------------------------
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@justeat/gulp-build-fozzie",
"version": "7.20.0",
"version": "7.20.1",
"description": "Gulp build tasks for use across Fozzie modules",
"main": "index.js",
"author": "Damian Mullins <[email protected]> (http://www.damianmullins.com)",
Expand Down Expand Up @@ -96,5 +96,8 @@
},
"peerDependencies": {
"gulp": "^3.9.1"
},
"resolutions": {
"gulp-gh-pages/gift": "0.10.2"
}
}
Loading

0 comments on commit 58ce166

Please sign in to comment.