Skip to content

Commit

Permalink
chore(release): v0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jun 28, 2024
1 parent aafa4f6 commit db96112
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
# Changelog


## v0.3.9

[compare changes](https://github.com/unjs/nypm/compare/v0.3.8...v0.3.9)

### 🚀 Enhancements

- Allow installing peerDeps when using `addDependency` ([#135](https://github.com/unjs/nypm/pull/135))
- **cli:** Support pnpm (rm, uninstall, un) aliases for removing packages ([#126](https://github.com/unjs/nypm/pull/126))
- Add option to install dependencies with a frozen lockfile ([#121](https://github.com/unjs/nypm/pull/121))

### 🩹 Fixes

- Use correct flag when getting pnpm workspace args ([#130](https://github.com/unjs/nypm/pull/130))

### 🏡 Chore

- Upgrade non-major deps ([91f062a](https://github.com/unjs/nypm/commit/91f062a))
- Upgrade to eslint v9 ([57890c8](https://github.com/unjs/nypm/commit/57890c8))
- Update pnpm to 9x ([1abaddf](https://github.com/unjs/nypm/commit/1abaddf))

### ❤️ Contributors

- Ryan Clements <ryanclementshax@gmail.com>
- Daniel Waltz ([@danielwaltz](http://github.com/danielwaltz))
- Damian Głowala ([@DamianGlowala](http://github.com/DamianGlowala))
- Pooya Parsa ([@pi0](http://github.com/pi0))
- Daniel Roe ([@danielroe](http://github.com/danielroe))

## v0.3.8

[compare changes](https://github.com/unjs/nypm/compare/v0.3.7...v0.3.8)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nypm",
"version": "0.3.8",
"version": "0.3.9",
"description": "Unified Package Manager for Node.js",
"repository": "unjs/nypm",
"license": "MIT",
Expand Down

0 comments on commit db96112

Please sign in to comment.