Skip to content

Commit 4210e9d

Browse files
committed
chore(release): v2.12.1
1 parent 42a23de commit 4210e9d

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.12.1
6+
7+
[compare changes](https://github.com/nitrojs/nitro/compare/65e514d873da1d1d9edd4d9576d48d90b13e0fac...v2.12.1)
8+
9+
### 🩹 Fixes
10+
11+
- **build:** Resolve `deploy` and `preview` commands ([#3481](https://github.com/nitrojs/nitro/pull/3481))
12+
13+
### 🏡 Chore
14+
15+
- Update changelog ([1241a92c](https://github.com/nitrojs/nitro/commit/1241a92c))
16+
- Add playground to workspace ([a1b3b1bf](https://github.com/nitrojs/nitro/commit/a1b3b1bf))
17+
18+
### ❤️ Contributors
19+
20+
- Pooya Parsa ([@pi0](https://github.com/pi0))
21+
522
## v2.12.0
623

724
See [Github Release Notes](https://github.com/nitrojs/nitro/releases/tag/v2.12.0).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nitropack",
3-
"version": "2.12.0",
3+
"version": "2.12.1",
44
"description": "Build and Deploy Universal JavaScript Servers",
55
"repository": "nitrojs/nitro",
66
"license": "MIT",

0 commit comments

Comments
 (0)