diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f56914..5c40fe1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ 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.3.0 + +[compare changes](https://github.com/unjs/mlly/compare/v1.2.1...v1.3.0) + + +### 🚀 Enhancements + + - Update `import-meta-url` to v3 ([208b323](https://github.com/unjs/mlly/commit/208b323)) + +### 💅 Refactors + + - Remove deprecated notice from sync resolve utils ([5223f5a](https://github.com/unjs/mlly/commit/5223f5a)) + +### 📖 Documentation + + - Mention `resolveSync` and `resolvePathSync` utils ([02a5efe](https://github.com/unjs/mlly/commit/02a5efe)) + +### 🏡 Chore + + - Update dependencies ([8bf8dcd](https://github.com/unjs/mlly/commit/8bf8dcd)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v1.2.1 [compare changes](https://github.com/unjs/mlly/compare/v1.2.0...v1.2.1) diff --git a/package.json b/package.json index 8cf2021..429ee5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mlly", - "version": "1.2.1", + "version": "1.3.0", "description": "Missing ECMAScript module utils for Node.js", "repository": "unjs/mlly", "license": "MIT", @@ -45,4 +45,4 @@ "vitest": "^0.31.1" }, "packageManager": "pnpm@8.5.1" -} +} \ No newline at end of file