Skip to content

Commit

Permalink
7.25.0 — Updated eslint-config-fozzie dependency. (#138)
Browse files Browse the repository at this point in the history
### Changed
- Updated `eslint-config-fozzie` dependency.
  • Loading branch information
DamianMullins authored and ashleynolan committed Aug 24, 2018
1 parent 92a13c2 commit 4ee6134
Show file tree
Hide file tree
Showing 3 changed files with 438 additions and 181 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
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.25.0
------------------------------
*August 24, 2018*

### Changed
- Updated `eslint-config-fozzie` dependency.


v7.24.0
------------------------------
*August 23, 2018*
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@justeat/gulp-build-fozzie",
"version": "7.24.0",
"version": "7.25.0",
"description": "Gulp build tasks for use across Fozzie modules",
"main": "index.js",
"author": "Damian Mullins <[email protected]> (http://www.damianmullins.com)",
Expand All @@ -27,7 +27,7 @@
"release-major": "release-it major --non-interactive -p"
},
"dependencies": {
"@justeat/eslint-config-fozzie": "^2.0.1",
"@justeat/eslint-config-fozzie": "2.1.0",
"@justeat/f-copy-assets": "^0.6.0",
"@justeat/f-templates-loader": "0.1.0",
"@justeat/gulp-gh-pages": "^1.0.3",
Expand Down
Loading

0 comments on commit 4ee6134

Please sign in to comment.