From 1ef61dcbc941e7cafc1725cc083a342e9f7a4cf0 Mon Sep 17 00:00:00 2001 From: Damian Mullins Date: Tue, 30 Jan 2018 13:30:44 +0000 Subject: [PATCH] =?UTF-8?q?v7.6.0=20=E2=80=94=20Updated=20`f-copy-assets`?= =?UTF-8?q?=20module.=20(#109)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ package.json | 4 ++-- yarn.lock | 6 +++--- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51e537a..620f712 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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* diff --git a/package.json b/package.json index 1c0fb38..03c5c98 100644 --- a/package.json +++ b/package.json @@ -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 (http://www.damianmullins.com)", @@ -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", diff --git a/yarn.lock b/yarn.lock index 0dd408e..c8a85f6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"