From a5f8971d43df0fbc0c4690cfadb273506a02a240 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Tue, 26 Nov 2024 23:27:44 +0100 Subject: [PATCH] chore(release): v0.4.0 --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc81b02..b2561ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,37 @@ # Changelog +## v0.4.0 + +[compare changes](https://github.com/unjs/nypm/compare/v0.3.12...v0.4.0) + +### 🚀 Enhancements + +- Experimental support for deno v2 ([#158](https://github.com/unjs/nypm/pull/158)) + +### 🔥 Performance + +- ⚠️ Replace `execa` with `tinyexec` ([#151](https://github.com/unjs/nypm/pull/151)) + +### 🏡 Chore + +- Update deps ([daa25d4](https://github.com/unjs/nypm/commit/daa25d4)) +- Update eslint deps ([141a6a3](https://github.com/unjs/nypm/commit/141a6a3)) +- Update readme ([2c8d761](https://github.com/unjs/nypm/commit/2c8d761)) +- Update readme ([7ba6ebc](https://github.com/unjs/nypm/commit/7ba6ebc)) +- Update tinyexec ([af2db8f](https://github.com/unjs/nypm/commit/af2db8f)) +- Update readme ([171f7c9](https://github.com/unjs/nypm/commit/171f7c9)) + +#### ⚠️ Breaking Changes + +- ⚠️ Replace `execa` with `tinyexec` ([#151](https://github.com/unjs/nypm/pull/151)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) +- Yasser Lahbibi ([@yassilah](http://github.com/yassilah)) +- Pralkarz ([@ziebam](http://github.com/ziebam)) + ## v0.3.12 [compare changes](https://github.com/unjs/nypm/compare/v0.3.11...v0.3.12) diff --git a/package.json b/package.json index 22db26c..1a6bc14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nypm", - "version": "0.3.12", + "version": "0.4.0", "description": "Unified Package Manager for Node.js", "repository": "unjs/nypm", "license": "MIT",