From 821db7742ebe8d79ae3cd6a89344a160a107cd46 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Mon, 7 Jun 2021 18:02:18 +0200 Subject: [PATCH] chore(release): 0.2.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b4a830f..1d4ba60e 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.2.3](https://github.com/unjs/unstorage/compare/v0.2.2...v0.2.3) (2021-06-07) + + +### Bug Fixes + +* **pkg:** update exports (fxes [#6](https://github.com/unjs/unstorage/issues/6)) ([5dd3f9b](https://github.com/unjs/unstorage/commit/5dd3f9bdb1dac4a7998acd5a3e15d17ab600f446)) + ### [0.2.2](https://github.com/unjs/unstorage/compare/v0.2.1...v0.2.2) (2021-05-24) diff --git a/package.json b/package.json index d015e01c..394d34de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unstorage", - "version": "0.2.2", + "version": "0.2.3", "description": "", "repository": "unjs/unstorage", "license": "MIT",