From 15fec29e9ca2291d49e1eb49b5b21a057f361d95 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Thu, 9 Sep 2021 09:20:36 +0200 Subject: [PATCH] chore(release): 0.2.7 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9548ae91..c8046b7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.7](https://github.com/unjs/unstorage/compare/v0.2.6...v0.2.7) (2021-09-09) + ### [0.2.6](https://github.com/unjs/unstorage/compare/v0.2.5...v0.2.6) (2021-09-08) diff --git a/package.json b/package.json index 10e2ea9a..dd5747b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unstorage", - "version": "0.2.6", + "version": "0.2.7", "description": "Universal Storage Layer", "repository": "unjs/unstorage", "license": "MIT",