Skip to content

Commit

Permalink
chore(release): v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 11, 2023
1 parent 74cb7ef commit 6126cce
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
# Changelog


## v0.3.3

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

### 🚀 Enhancements

- Basic `nypm` cli ([#95](https://github.com/unjs/nypm/pull/95))

### 🩹 Fixes

- Fallback to local package manager when corepack not installed ([#94](https://github.com/unjs/nypm/pull/94))

### 🏡 Chore

- Update lockfile ([c32c998](https://github.com/unjs/nypm/commit/c32c998))

### ❤️ Contributors

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

## v0.3.2

[compare changes](https://github.com/unjs/nypm/compare/v0.3.1...v0.3.2)
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.2",
"version": "0.3.3",
"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 6126cce

Please sign in to comment.