Skip to content

Commit

Permalink
chore(release): v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jun 6, 2023
1 parent b5d55ff commit 040596a
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.2.1

[compare changes](https://github.com/unjs/nypm/compare/v0.2.0...v0.2.1)


### 🩹 Fixes

- **pkg:** Allow installing in node 20 ([#67](https://github.com/unjs/nypm/pull/67))
- **pkg:** Simplify upper node version constraint ([#70](https://github.com/unjs/nypm/pull/70))

### 🏡 Chore

- Update dev deps ([e975b93](https://github.com/unjs/nypm/commit/e975b93))
- Format with prettier ([b5d55ff](https://github.com/unjs/nypm/commit/b5d55ff))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Damian Głowala
- Daniel Roe <[email protected]>

## v0.2.0

[compare changes](https://github.com/unjs/nypm/compare/v0.1.0...v0.2.0)
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.2.0",
"version": "0.2.1",
"description": "Unified Package Manager for Node.js",
"repository": "unjs/nypm",
"license": "MIT",
Expand Down Expand Up @@ -49,4 +49,4 @@
"engines": {
"node": "^14.16.0 || >=16.10.0"
}
}
}

0 comments on commit 040596a

Please sign in to comment.