diff --git a/CHANGELOG.md b/CHANGELOG.md index de72b467..d44200e3 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] +## [4.0.0-alpha.3] - 2020-02-20 + Test coverage improvements. ## [4.0.0-alpha.2] - 2020-02-03 diff --git a/package-lock.json b/package-lock.json index 7420c0a7..c900c559 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@userfrosting/gulp-bundle-assets", - "version": "4.0.0-alpha.2", + "version": "4.0.0-alpha.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index afb71981..4172c0e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@userfrosting/gulp-bundle-assets", - "version": "4.0.0-alpha.2", + "version": "4.0.0-alpha.3", "description": "Orchastrates JS and CSS bundle creation in an efficient and configurable manner.", "funding": "https://opencollective.com/userfrosting", "type": "commonjs",