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",