From 5204f2a3129617b162988ee68a245bf77236180f Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Mon, 6 Feb 2023 15:53:36 +0100 Subject: [PATCH] chore(release): v1.1.2 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2ff4ee8..431fccfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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. +## v1.1.2 + +[compare changes](https://github.com/unjs/unstorage/compare/v1.1.1...v1.1.2) + + +### 📦 Build + + - Update mkdist ([3839ab3](https://github.com/unjs/unstorage/commit/3839ab3)) + +### ❤️ Contributors + +- Pooya Parsa + ## v1.1.1 [compare changes](https://github.com/unjs/unstorage/compare/v1.1.0...v1.1.1) diff --git a/package.json b/package.json index 8ef1228e..1aa98b26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unstorage", - "version": "1.1.1", + "version": "1.1.2", "description": "Universal Storage Layer", "repository": "unjs/unstorage", "license": "MIT",