Skip to content

Commit

Permalink
v7.6.0 — Updated f-copy-assets module. (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianMullins authored and ashleynolan committed Jan 30, 2018
1 parent c643db0 commit 1ef61dc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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.6.0
------------------------------
*January 30, 2018*

### Changed
- Updated `f-copy-assets` module.


v7.5.0
------------------------------
*January 30, 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.5.0",
"version": "7.6.0",
"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 @@ -28,7 +28,7 @@
},
"dependencies": {
"@justeat/eslint-config-fozzie": "^1.3.0",
"@justeat/f-copy-assets": "^0.4.0",
"@justeat/f-copy-assets": "^0.6.0",
"@justeat/stylelint-config-fozzie": "^2.0.1",
"assemble": "^0.24.3",
"autoprefixer": "^7.2.5",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
dependencies:
eslint-config-airbnb-base "^11.2.0"

"@justeat/f-copy-assets@^0.4.0":
version "0.4.0"
resolved "https://registry.yarnpkg.com/@justeat/f-copy-assets/-/f-copy-assets-0.4.0.tgz#965de16809cee215ac2806b172b0fdb735dffc70"
"@justeat/f-copy-assets@^0.6.0":
version "0.6.0"
resolved "https://registry.yarnpkg.com/@justeat/f-copy-assets/-/f-copy-assets-0.6.0.tgz#6908c50dd710fb344256fbece2c0cf7b303b236c"
dependencies:
glob "^7.1.2"
mkdirp "^0.5.1"
Expand Down

0 comments on commit 1ef61dc

Please sign in to comment.