diff --git a/CHANGELOG.md b/CHANGELOG.md index 585c0e8..0a5200f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ 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.4.1 + +[compare changes](https://github.com/unjs/mlly/compare/v1.4.0...v1.4.1) + +### 🩹 Fixes + +- **isValidNodeImport:** Detect invalid cjs modules ([#187](https://github.com/unjs/mlly/pull/187)) + +### 🏡 Chore + +- Update dependencies ([1a25f45](https://github.com/unjs/mlly/commit/1a25f45)) +- Add autofix ci ([b7adabf](https://github.com/unjs/mlly/commit/b7adabf)) + +### 🎨 Styles + +- Format with prettier v3 ([914493c](https://github.com/unjs/mlly/commit/914493c)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v1.4.0 [compare changes](https://github.com/unjs/mlly/compare/v1.3.0...v1.4.0) diff --git a/package.json b/package.json index 130c58b..6e5a285 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mlly", - "version": "1.4.0", + "version": "1.4.1", "description": "Missing ECMAScript module utils for Node.js", "repository": "unjs/mlly", "license": "MIT", @@ -45,4 +45,4 @@ "vitest": "^0.34.3" }, "packageManager": "pnpm@8.6.12" -} +} \ No newline at end of file