From d40f1494752be18ad33c40b539bcea19585f81d0 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Thu, 18 Nov 2021 21:16:45 +0100 Subject: [PATCH] chore(release): 0.3.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08e0cab5..08784ed2 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.3.3](https://github.com/unjs/unstorage/compare/v0.3.2...v0.3.3) (2021-11-18) + + +### Bug Fixes + +* **prefixStorage:** strip keys ([#34](https://github.com/unjs/unstorage/issues/34)) ([644f1a9](https://github.com/unjs/unstorage/commit/644f1a9bd8dc1bc99568f0423e2b697502126989)) + ### [0.3.2](https://github.com/unjs/unstorage/compare/v0.3.1...v0.3.2) (2021-11-05) diff --git a/package.json b/package.json index e223be80..1c55604c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unstorage", - "version": "0.3.2", + "version": "0.3.3", "description": "Universal Storage Layer", "repository": "unjs/unstorage", "license": "MIT",