Skip to content

Commit

Permalink
chore(release): v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Dec 30, 2023
1 parent ffa2aee commit 9154e9b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# Changelog


## v0.3.4

[compare changes](https://github.com/unjs/nypm/compare/v0.3.3...v0.3.4)

### 🚀 Enhancements

- Allow specify `packageManager` by name ([5376aeb](https://github.com/unjs/nypm/commit/5376aeb))

### 🩹 Fixes

- **detectPackageManager:** Check parent dirs by default ([4cf3346](https://github.com/unjs/nypm/commit/4cf3346))

### 🏡 Chore

- Update dependencies ([0df4b12](https://github.com/unjs/nypm/commit/0df4b12))
- Include `bun.lockdb` in tests ([ffa2aee](https://github.com/unjs/nypm/commit/ffa2aee))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))

## v0.3.3

[compare changes](https://github.com/unjs/nypm/compare/v0.3.2...v0.3.3)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nypm",
"version": "0.3.3",
"version": "0.3.4",
"description": "Unified Package Manager for Node.js",
"repository": "unjs/nypm",
"license": "MIT",
Expand Down Expand Up @@ -56,4 +56,4 @@
"engines": {
"node": "^14.16.0 || >=16.10.0"
}
}
}

0 comments on commit 9154e9b

Please sign in to comment.