Skip to content

Commit

Permalink
chore(release): v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 26, 2024
1 parent 171f7c9 commit a5f8971
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,37 @@
# Changelog


## v0.4.0

[compare changes](https://github.com/unjs/nypm/compare/v0.3.12...v0.4.0)

### 🚀 Enhancements

- Experimental support for deno v2 ([#158](https://github.com/unjs/nypm/pull/158))

### 🔥 Performance

- ⚠️ Replace `execa` with `tinyexec` ([#151](https://github.com/unjs/nypm/pull/151))

### 🏡 Chore

- Update deps ([daa25d4](https://github.com/unjs/nypm/commit/daa25d4))
- Update eslint deps ([141a6a3](https://github.com/unjs/nypm/commit/141a6a3))
- Update readme ([2c8d761](https://github.com/unjs/nypm/commit/2c8d761))
- Update readme ([7ba6ebc](https://github.com/unjs/nypm/commit/7ba6ebc))
- Update tinyexec ([af2db8f](https://github.com/unjs/nypm/commit/af2db8f))
- Update readme ([171f7c9](https://github.com/unjs/nypm/commit/171f7c9))

#### ⚠️ Breaking Changes

- ⚠️ Replace `execa` with `tinyexec` ([#151](https://github.com/unjs/nypm/pull/151))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Yasser Lahbibi ([@yassilah](http://github.com/yassilah))
- Pralkarz ([@ziebam](http://github.com/ziebam))

## v0.3.12

[compare changes](https://github.com/unjs/nypm/compare/v0.3.11...v0.3.12)
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.12",
"version": "0.4.0",
"description": "Unified Package Manager for Node.js",
"repository": "unjs/nypm",
"license": "MIT",
Expand Down

0 comments on commit a5f8971

Please sign in to comment.