From ebc65f4414ceffa5a4234dcea2c774d16b267647 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Wed, 14 Apr 2021 18:47:17 +0200 Subject: [PATCH] chore(release): 0.1.4 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9483d92a..21468dfa 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.1.4](https://github.com/unjsio/unstorage/compare/v0.1.3...v0.1.4) (2021-04-14) + ### [0.1.3](https://github.com/unjsio/unstorage/compare/v0.1.2...v0.1.3) (2021-04-14) diff --git a/package.json b/package.json index 35f57534..1ae76e77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unstorage", - "version": "0.1.3", + "version": "0.1.4", "description": "", "repository": "unjsio/unstorage", "license": "MIT",