diff --git a/CHANGELOG.md b/CHANGELOG.md index b4139609..d3481ca5 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.4 + +[compare changes](https://github.com/unjs/unstorage/compare/v1.1.3...v1.1.4) + + +### 🩹 Fixes + + - Strip query param from keys ([cc3ebb7](https://github.com/unjs/unstorage/commit/cc3ebb7)) + +### ❤️ Contributors + +- Pooya Parsa + ## v1.1.3 [compare changes](https://github.com/unjs/unstorage/compare/v1.1.2...v1.1.3) diff --git a/package.json b/package.json index 1098b826..a1220eb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unstorage", - "version": "1.1.3", + "version": "1.1.4", "description": "Universal Storage Layer", "repository": "unjs/unstorage", "license": "MIT",