Skip to content

Commit

Permalink
chore(release): v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jun 27, 2023
1 parent 7cbd01f commit 53d2efd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# Changelog


## v0.2.2

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


### 🚀 Enhancements

- Allow installing project dependencies ([#72](https://github.com/unjs/nypm/pull/72))

### 🏡 Chore

- Update lockfile ([3c915d0](https://github.com/unjs/nypm/commit/3c915d0))
- Update dependencies ([7e045be](https://github.com/unjs/nypm/commit/7e045be))

### ❤️ Contributors

- Damian Głowala
- Pooya Parsa ([@pi0](http://github.com/pi0))

## v0.2.1

[compare changes](https://github.com/unjs/nypm/compare/v0.2.0...v0.2.1)
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.1",
"version": "0.2.2",
"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 53d2efd

Please sign in to comment.