diff --git a/CHANGELOG.md b/CHANGELOG.md index 987fc3ea..eda11c16 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] +## [3.0.1] - 2021-04-24 + ### Fixed - File access errors not being pushed into stream, resulting in unclear failure reasons. [#285](https://github.com/userfrosting/vinyl-fs-vpath/issues/284) diff --git a/package-lock.json b/package-lock.json index 44db0253..2934d99f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@userfrosting/vinyl-fs-vpath", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f7c8e2ac..d52a034e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "http://json.schemastore.org/package.json", "name": "@userfrosting/vinyl-fs-vpath", - "version": "3.0.0", + "version": "3.0.1", "description": "Vinyl source for file system with support for virtual paths.", "funding": { "url": "https://opencollective.com/userfrosting"