diff --git a/CHANGELOG.md b/CHANGELOG.md index 418e9070..df64689f 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.1](https://github.com/unjsio/unstorage/compare/v0.1.0...v0.1.1) (2021-03-13) + + +### Bug Fixes + +* move defineDriver to driver/utils ([6ddaceb](https://github.com/unjsio/unstorage/commit/6ddaceb3d08c50a5f7d3c7f0d58455422ec7d490)) + ## [0.1.0](https://github.com/unjsio/unstorage/compare/v0.0.4...v0.1.0) (2021-03-13) diff --git a/package.json b/package.json index 3b46aeeb..7d6119df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unstorage", - "version": "0.1.0", + "version": "0.1.1", "description": "", "repository": "unjsio/unstorage", "license": "MIT",