diff --git a/CHANGELOG.md b/CHANGELOG.md index 3472853177..5f79572e23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ 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. +## v2.9.3 + +[compare changes](https://github.com/unjs/nitro/compare/v2.9.2...v2.9.3) + +### 🩹 Fixes + +- **raw:** Use mime to chck binary types and exclude `.json` ([#2239](https://github.com/unjs/nitro/pull/2239)) + +### 📖 Documentation + +- Fix typo ([a445fae6](https://github.com/unjs/nitro/commit/a445fae6)) + +### ❤️ Contributors + +- Pooya Parsa +- Keigo Nakao ([@kspace-trk](http://github.com/kspace-trk)) + ## v2.9.2 [compare changes](https://github.com/unjs/nitro/compare/v2.9.1...v2.9.2) diff --git a/package.json b/package.json index 673d484d5d..ae55a83548 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nitropack", - "version": "2.9.2", + "version": "2.9.3", "description": "Build and Deploy Universal JavaScript Servers", "repository": "unjs/nitro", "license": "MIT",