diff --git a/CHANGELOG.md b/CHANGELOG.md index bb84892c..4203e42e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.1.6](https://github.com/unjsio/unstorage/compare/v0.1.5...v0.1.6) (2021-05-24) + + +### Bug Fixes + +* fallback value for readdir ([ea7d73b](https://github.com/unjsio/unstorage/commit/ea7d73bd786e278ff1f49e7555c6e7bd7d690908)) + ### [0.1.5](https://github.com/unjsio/unstorage/compare/v0.1.4...v0.1.5) (2021-04-16) diff --git a/package.json b/package.json index cf25754d..8626fdaf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unstorage", - "version": "0.1.5", + "version": "0.1.6", "description": "", "repository": "unjsio/unstorage", "license": "MIT",