From 90654fda26c7b7cbf9f38c26e78cd4288f56b646 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Wed, 24 Mar 2021 17:51:57 +0100 Subject: [PATCH] chore(release): 0.1.2 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df64689f..4bcdaf56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.2](https://github.com/unjsio/unstorage/compare/v0.1.1...v0.1.2) (2021-03-24) + + +### Bug Fixes + +* **fs-drivers:** typo in error message ([0e7e063](https://github.com/unjsio/unstorage/commit/0e7e0631bee635032d35b0a39228981a2891cee4)) +* **pkg:** avoid extra index build ([5233de6](https://github.com/unjsio/unstorage/commit/5233de6545615c5c513b658343169b5c11d1ceb5)) + ### [0.1.1](https://github.com/unjsio/unstorage/compare/v0.1.0...v0.1.1) (2021-03-13) diff --git a/package.json b/package.json index 199a4c9a..780c1f80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unstorage", - "version": "0.1.1", + "version": "0.1.2", "description": "", "repository": "unjsio/unstorage", "license": "MIT",