diff --git a/CHANGELOG.md b/CHANGELOG.md index 6864f01..5142ba2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ # Changelog +## v0.2.2 + +[compare changes](https://github.com/unjs/nypm/compare/v0.2.1...v0.2.2) + + +### 🚀 Enhancements + + - Allow installing project dependencies ([#72](https://github.com/unjs/nypm/pull/72)) + +### 🏡 Chore + + - Update lockfile ([3c915d0](https://github.com/unjs/nypm/commit/3c915d0)) + - Update dependencies ([7e045be](https://github.com/unjs/nypm/commit/7e045be)) + +### ❤️ Contributors + +- Damian Głowala +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v0.2.1 [compare changes](https://github.com/unjs/nypm/compare/v0.2.0...v0.2.1) diff --git a/package.json b/package.json index 75324de..d091795 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nypm", - "version": "0.2.1", + "version": "0.2.2", "description": "Unified Package Manager for Node.js", "repository": "unjs/nypm", "license": "MIT", @@ -49,4 +49,4 @@ "engines": { "node": "^14.16.0 || >=16.10.0" } -} +} \ No newline at end of file