Skip to content

Commit 74c047e

Browse files
committed
chore(release): v2.12.9
1 parent 883da31 commit 74c047e

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
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.9
6+
7+
[compare changes](https://github.com/nitrojs/nitro/compare/v2.12.8...v2.12.9)
8+
9+
### 🩹 Fixes
10+
11+
- Set explicit delimiters to allow $ in replacements ([#3689](https://github.com/nitrojs/nitro/pull/3689))
12+
13+
### 💅 Refactors
14+
15+
- **vercel:** Support bun runtime ([#3678](https://github.com/nitrojs/nitro/pull/3678))
16+
17+
### 🏡 Chore
18+
19+
- Update deps ([9202a3a0](https://github.com/nitrojs/nitro/commit/9202a3a0))
20+
- Update dependencies ([d39e811e](https://github.com/nitrojs/nitro/commit/d39e811e))
21+
- Update release script ([33f7ba4b](https://github.com/nitrojs/nitro/commit/33f7ba4b))
22+
- Update unenv ([883da31c](https://github.com/nitrojs/nitro/commit/883da31c))
23+
24+
### ❤️ Contributors
25+
26+
- Pooya Parsa ([@pi0](https://github.com/pi0))
27+
- Tom Lienard ([@QuiiBz](https://github.com/QuiiBz))
28+
- James Garbutt ([@43081j](https://github.com/43081j))
29+
530
## v2.12.8
631

732
[compare changes](https://github.com/nitrojs/nitro/compare/v2.12.7...v2.12.8)

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.8",
3+
"version": "2.12.9",
44
"description": "Build and Deploy Universal JavaScript Servers",
55
"repository": "nitrojs/nitro",
66
"license": "MIT",

0 commit comments

Comments
 (0)