diff --git a/CHANGELOG.md b/CHANGELOG.md index 8362ec7..fe4d9ab 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. +## v3.0.0 + +[compare changes](https://github.com/unjs/ipx/compare/v2.1.1-0...v3.0.0) + +### 🏡 Chore + +- Bump to v3.0.0 rc ([624b9db](https://github.com/unjs/ipx/commit/624b9db)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v2.1.0 [compare changes](https://github.com/unjs/ipx/compare/v2.0.2...v2.1.0) diff --git a/package.json b/package.json index 3cd7683..c9baa6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipx", - "version": "3.0.0-rc.1", + "version": "3.0.0", "repository": "unjs/ipx", "description": "High performance, secure and easy-to-use image optimizer.", "license": "MIT", @@ -69,4 +69,4 @@ "vitest": "^1.1.3" }, "packageManager": "pnpm@8.10.5" -} +} \ No newline at end of file