From 4a3c7a622585d6e58d0b3127dfe85eda5101b427 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Thu, 26 Dec 2024 13:30:30 +0100 Subject: [PATCH] chore(release): v1.14.2 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6f8a606..4f0383b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ 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.2 + +[compare changes](https://github.com/unjs/unstorage/compare/v1.14.1...v1.14.2) + +### 🩹 Fixes + +- **db:** Escape mysql queries ([#542](https://github.com/unjs/unstorage/pull/542)) + +### 📖 Documentation + +- **cloudflare:** Fix example comments ([#534](https://github.com/unjs/unstorage/pull/534)) + +### 📦 Build + +- Remove extra cli deps ([#538](https://github.com/unjs/unstorage/pull/538)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) +- Bjorn Lu +- Ville Säävuori ([@Uninen](http://github.com/Uninen)) + ## v1.14.1 [compare changes](https://github.com/unjs/unstorage/compare/v1.14.0...v1.14.1) diff --git a/package.json b/package.json index 1dcac3ce..d5376e4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unstorage", - "version": "1.14.1", + "version": "1.14.2", "description": "Universal Storage Layer", "repository": "unjs/unstorage", "license": "MIT",