Skip to content

Commit

Permalink
chore(release): v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 24, 2023
1 parent c97e030 commit b574a03
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Changelog


## v0.3.1

[compare changes](https://github.com/unjs/nypm/compare/v0.3.0...v0.3.1)

### 🚀 Enhancements

- Add support for bun ([#87](https://github.com/unjs/nypm/pull/87))

### 🏡 Chore

- Apply automated lint fixes ([fa3405a](https://github.com/unjs/nypm/commit/fa3405a))
- Update dependencies ([c97e030](https://github.com/unjs/nypm/commit/c97e030))

### ❤️ Contributors

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

## v0.3.0

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

0 comments on commit b574a03

Please sign in to comment.