From 6ce3e519b093180a951a152e04c75c629a5d43f5 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Mon, 6 Feb 2023 15:45:54 +0100 Subject: [PATCH] chore(release): v1.1.1 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ea74443..f2ff4ee8 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.1 + +[compare changes](https://github.com/unjs/unstorage/compare/v1.1.0...v1.1.1) + + +### 📦 Build + + - Fix output drivers to top level drivers ([ff3959c](https://github.com/unjs/unstorage/commit/ff3959c)) + +### ❤️ Contributors + +- Pooya Parsa + ## v1.1.0 [compare changes](https://github.com/unjs/unstorage/compare/v1.0.1...v1.1.0) diff --git a/package.json b/package.json index ad0e3e52..8ef1228e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unstorage", - "version": "1.1.0", + "version": "1.1.1", "description": "Universal Storage Layer", "repository": "unjs/unstorage", "license": "MIT",