Skip to content

Commit 5f142cc

Browse files
committed
chore(release): v2.0.0
1 parent d73998e commit 5f142cc

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
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.
44

5+
## v2.0.0
6+
7+
[compare changes](https://github.com/unjs/nitro/compare/v2.0.0-rc.1...v2.0.0)
8+
9+
10+
### 🩹 Fixes
11+
12+
- Add node16 compatible type declaration ([#868](https://github.com/unjs/nitro/pull/868))
13+
- **externals:** Improve multi version handling ([#871](https://github.com/unjs/nitro/pull/871))
14+
15+
### ❤️ Contributors
16+
17+
- Pooya Parsa <[email protected]>
18+
- Daniel Roe <[email protected]>
19+
520
## v2.0.0-rc.1
621

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nitropack",
3-
"version": "2.0.0-rc.1",
3+
"version": "2.0.0",
44
"description": "Build and Deploy Universal JavaScript Servers",
55
"repository": "unjs/nitro",
66
"license": "MIT",

0 commit comments

Comments
 (0)