Skip to content

Commit fbca5d1

Browse files
committed
chore(release): v2.12.6
1 parent aed8658 commit fbca5d1

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.6
6+
7+
[compare changes](https://github.com/nitrojs/nitro/compare/v2.12.5...v2.12.6)
8+
9+
### 🩹 Fixes
10+
11+
- **vercel:** Generate prerender config for o11y routes matching `isr` route rule ([#3562](https://github.com/nitrojs/nitro/pull/3562))
12+
- **vercel:** Skip o11y routes matching `isr` route rule ([#3563](https://github.com/nitrojs/nitro/pull/3563))
13+
- **vercel:** Use `-isr` as suffix ([bde8ce85](https://github.com/nitrojs/nitro/commit/bde8ce85))
14+
- **vercel:** Add `/` isr handler before wildcards ([81c2f9cd](https://github.com/nitrojs/nitro/commit/81c2f9cd))
15+
16+
### 💅 Refactors
17+
18+
- **vercel:** Better o11y for isr cached routes ([#3560](https://github.com/nitrojs/nitro/pull/3560))
19+
20+
### 🏡 Chore
21+
22+
- Update dependencies ([4871c9ca](https://github.com/nitrojs/nitro/commit/4871c9ca))
23+
- Update deps ([aed86581](https://github.com/nitrojs/nitro/commit/aed86581))
24+
25+
### ❤️ Contributors
26+
27+
- Pooya Parsa ([@pi0](https://github.com/pi0))
28+
- Daniel Roe ([@danielroe](https://github.com/danielroe))
29+
530
## v2.12.5
631

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

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

0 commit comments

Comments
 (0)