From 014a969c7a8b1f81357d75018245113cb3139e0f Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Fri, 17 Feb 2023 00:53:35 +0100 Subject: [PATCH] chore(release): v1.1.5 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3481ca5..1a64d1d6 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.5 + +[compare changes](https://github.com/unjs/unstorage/compare/v1.1.4...v1.1.5) + + +### 🏡 Chore + + - Update h3 dependency ([1e2b822](https://github.com/unjs/unstorage/commit/1e2b822)) + +### ❤️ Contributors + +- Pooya Parsa + ## v1.1.4 [compare changes](https://github.com/unjs/unstorage/compare/v1.1.3...v1.1.4) diff --git a/package.json b/package.json index c878cedc..c281aef0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unstorage", - "version": "1.1.4", + "version": "1.1.5", "description": "Universal Storage Layer", "repository": "unjs/unstorage", "license": "MIT",