diff --git a/CHANGELOG.md b/CHANGELOG.md index 070eadff..575bf685 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [5.0.1] - 2021-04-03 + ### Fixed - Development aid being invoked by `postinstall` hook which was never intended to run outside of development workflows. - Results callback arguments being potentially modified by later pipeline activities. diff --git a/package-lock.json b/package-lock.json index 532fab7e..8ef15a5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@userfrosting/gulp-bundle-assets", - "version": "5.0.0", + "version": "5.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ad50fb2a..50fb673d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@userfrosting/gulp-bundle-assets", - "version": "5.0.0", + "version": "5.0.1", "description": "Orchestrates JS and CSS bundle creation in an efficient and configurable manner.", "funding": "https://opencollective.com/userfrosting", "type": "module",