Skip to content

Commit

Permalink
v10.5.1 - Fix variable name (#205)
Browse files Browse the repository at this point in the history
Co-authored-by: Xander Marjoram <[email protected]>
  • Loading branch information
xander-marjoram and xander-marjoram authored May 27, 2022
1 parent ddab060 commit 2ca2c1f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 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).


v10.5.1
------------------------------
*May 27, 2022*

### Fixed
- Variable name


v10.5.0
------------------------------
*May 25, 2022*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@justeat/gulp-build-fozzie",
"version": "10.5.0",
"version": "10.5.1",
"description": "Gulp build tasks for use across Fozzie modules",
"main": "index.js",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion tasks/javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ gulp.task('scripts', gulp.series(
'scripts:test',
'clean:scripts',
gulp.parallel(
...config.js.customScripts,
...config.js.customTasks,
'scripts:bundle'
),
'copy:js'
Expand Down

0 comments on commit 2ca2c1f

Please sign in to comment.