diff --git a/CHANGELOG.md b/CHANGELOG.md index 8137b23..ad633c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,26 @@ # Changelog +## v0.3.8 + +[compare changes](https://github.com/unjs/nypm/compare/v0.3.7...v0.3.8) + +### 🚀 Enhancements + +- Add `detect` command ([8fe78d1](https://github.com/unjs/nypm/commit/8fe78d1)) + +### 🩹 Fixes + +- Findup until root from user `cwd` ([0309498](https://github.com/unjs/nypm/commit/0309498)) + +### 🏡 Chore + +- Lint ([ee483e9](https://github.com/unjs/nypm/commit/ee483e9)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v0.3.7 [compare changes](https://github.com/unjs/nypm/compare/v0.3.6...v0.3.7) diff --git a/package.json b/package.json index d965c6c..1edbdb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nypm", - "version": "0.3.7", + "version": "0.3.8", "description": "Unified Package Manager for Node.js", "repository": "unjs/nypm", "license": "MIT",