From 36ca0b52fd3d631048c47e4e799f09df8ca21691 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Fri, 1 Nov 2024 14:14:43 +0100 Subject: [PATCH] chore(release): v1.13.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb586c4a..5260f31e 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.13.1 + +[compare changes](https://github.com/unjs/unstorage/compare/v1.13.0...v1.13.1) + +### 🩹 Fixes + +- Revert chokidar to v3 ([#502](https://github.com/unjs/unstorage/pull/502)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v1.13.0 [compare changes](https://github.com/unjs/unstorage/compare/v1.12.0...v1.13.0) diff --git a/package.json b/package.json index c506e279..b5bafc1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unstorage", - "version": "1.13.0", + "version": "1.13.1", "description": "Universal Storage Layer", "repository": "unjs/unstorage", "license": "MIT",