From 50473cb91224567e3954e5c74404d632a6306370 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Fri, 27 Dec 2024 13:50:19 +0100 Subject: [PATCH] chore(release): v1.14.4 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf771e43..70e98d00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.14.4 + +[compare changes](https://github.com/unjs/unstorage/compare/v1.14.3...v1.14.4) + +### 🩹 Fixes + +- **s3:** Use `/` as separator ([#545](https://github.com/unjs/unstorage/pull/545)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v1.14.3 [compare changes](https://github.com/unjs/unstorage/compare/v1.14.2...v1.14.3) diff --git a/package.json b/package.json index 35a0d044..7b476e4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unstorage", - "version": "1.14.3", + "version": "1.14.4", "description": "Universal Storage Layer", "repository": "unjs/unstorage", "license": "MIT",