From 7c1919c409834cb4a0928e50c248dd4d90e5fe42 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Sun, 3 Mar 2024 18:07:59 +0100 Subject: [PATCH] chore(release): v0.3.7 --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 33 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e80ef0e..8137b23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,37 @@ # Changelog +## v0.3.7 + +[compare changes](https://github.com/unjs/nypm/compare/v0.3.6...v0.3.7) + +### 🚀 Enhancements + +- Add global mode support ([#113](https://github.com/unjs/nypm/pull/113)) +- Detect based on dlx command as fallback ([#117](https://github.com/unjs/nypm/pull/117)) + +### 🩹 Fixes + +- **yarn:** Handle global for yarn 1.x only ([f5e4a39](https://github.com/unjs/nypm/commit/f5e4a39)) + +### 📖 Documentation + +- Add jsdocs for `detectPackageManager` ([a7dfce7](https://github.com/unjs/nypm/commit/a7dfce7)) + +### 🏡 Chore + +- Update deps ([d44ca3a](https://github.com/unjs/nypm/commit/d44ca3a)) +- Update readme with automd ([d523b47](https://github.com/unjs/nypm/commit/d523b47)) +- Update readme ([b36af77](https://github.com/unjs/nypm/commit/b36af77)) +- Update deps ([9e69e36](https://github.com/unjs/nypm/commit/9e69e36)) +- Fix lint/style issue ([e494591](https://github.com/unjs/nypm/commit/e494591)) +- Update lockfile ([932be41](https://github.com/unjs/nypm/commit/932be41)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) +- Damian Głowala ([@DamianGlowala](http://github.com/DamianGlowala)) + ## v0.3.6 [compare changes](https://github.com/unjs/nypm/compare/v0.3.4...v0.3.6) diff --git a/package.json b/package.json index 15809cc..f263d56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nypm", - "version": "0.3.6", + "version": "0.3.7", "description": "Unified Package Manager for Node.js", "repository": "unjs/nypm", "license": "MIT", @@ -57,4 +57,4 @@ "engines": { "node": "^14.16.0 || >=16.10.0" } -} +} \ No newline at end of file