Skip to content

Commit

Permalink
chore(release): v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 24, 2023
1 parent d73998e commit 5f142cc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## v2.0.0

[compare changes](https://github.com/unjs/nitro/compare/v2.0.0-rc.1...v2.0.0)


### 🩹 Fixes

- Add node16 compatible type declaration ([#868](https://github.com/unjs/nitro/pull/868))
- **externals:** Improve multi version handling ([#871](https://github.com/unjs/nitro/pull/871))

### ❤️ Contributors

- Pooya Parsa <[email protected]>
- Daniel Roe <[email protected]>

## v2.0.0-rc.1

[compare changes](https://github.com/unjs/nitro/compare/v2.0.0-rc.0...v2.0.0-rc.1)
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": "nitropack",
"version": "2.0.0-rc.1",
"version": "2.0.0",
"description": "Build and Deploy Universal JavaScript Servers",
"repository": "unjs/nitro",
"license": "MIT",
Expand Down

0 comments on commit 5f142cc

Please sign in to comment.