From 7a46b5c099751cd6595395e3dfeb4ed5952df971 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Wed, 4 Sep 2024 16:15:05 +0200 Subject: [PATCH] chore(release): v1.11.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb53a180..8179422d 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.11.1 + +[compare changes](https://github.com/unjs/unstorage/compare/v1.11.0...v1.11.1) + +### 🔥 Performance + +- **cloudflare-kv-binding:** Add missing base argument on `getKeys` ([#475](https://github.com/unjs/unstorage/pull/475)) + +### ❤️ Contributors + +- Sébastien Chopin ([@atinux](http://github.com/atinux)) + ## v1.11.0 [compare changes](https://github.com/unjs/unstorage/compare/v1.10.2...v1.11.0) diff --git a/package.json b/package.json index 8f6166cb..a14fb407 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unstorage", - "version": "1.11.0", + "version": "1.11.1", "description": "Universal Storage Layer", "repository": "unjs/unstorage", "license": "MIT",