Skip to content

Commit ac4361e

Browse files
committedMar 18, 2025·
chore(release): v2.11.7
1 parent b37e698 commit ac4361e

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed
 

‎CHANGELOG.md

+40
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,46 @@
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.11.7
6+
7+
[compare changes](https://github.com/nitrojs/nitro/compare/v2.11.6...v2.11.7)
8+
9+
### 🩹 Fixes
10+
11+
- **app:** Import user code last to avoid initialization order issues ([#3226](https://github.com/nitrojs/nitro/pull/3226))
12+
- Only inherit `waitUntil` and platform context in fetch ([#3224](https://github.com/nitrojs/nitro/pull/3224))
13+
- **dev:** Always throw proxy errors ([#3229](https://github.com/nitrojs/nitro/pull/3229))
14+
15+
### 💅 Refactors
16+
17+
- Update internal hash utils order ([#3227](https://github.com/nitrojs/nitro/pull/3227))
18+
- Update scalar types ([10c8e534](https://github.com/nitrojs/nitro/commit/10c8e534))
19+
- **cloudflare:** Update node.js compatibility ([#3230](https://github.com/nitrojs/nitro/pull/3230))
20+
- **netlify-edge:** Update node.js compatibility ([#3231](https://github.com/nitrojs/nitro/pull/3231))
21+
22+
### 📖 Documentation
23+
24+
- **deno-server:** Add `compatibilityDate` note ([#3190](https://github.com/nitrojs/nitro/pull/3190))
25+
- **netlify:** Add `compatibilityDate` note ([#3189](https://github.com/nitrojs/nitro/pull/3189))
26+
- Updated callout ([#3219](https://github.com/nitrojs/nitro/pull/3219))
27+
- **firebase:** Add firebase-app-hosting ([#3217](https://github.com/nitrojs/nitro/pull/3217))
28+
- Use `server/` dir ([#2775](https://github.com/nitrojs/nitro/pull/2775))
29+
30+
### 🏡 Chore
31+
32+
- Update readme and ci scripts ([350d7998](https://github.com/nitrojs/nitro/commit/350d7998))
33+
- Update readme ([c17d18c6](https://github.com/nitrojs/nitro/commit/c17d18c6))
34+
- Update dependencies ([c24f39c2](https://github.com/nitrojs/nitro/commit/c24f39c2))
35+
- Remove unused dependencies ([ff9c4f08](https://github.com/nitrojs/nitro/commit/ff9c4f08))
36+
37+
### ❤️ Contributors
38+
39+
- Pooya Parsa ([@pi0](https://github.com/pi0))
40+
- Gerome Grignon ([@geromegrignon](https://github.com/geromegrignon))
41+
- Yuangwang <yuangwang2@gmail.com>
42+
- Ollie W ([@ollie-bud](https://github.com/ollie-bud))
43+
- Restent Ou ([@gxres042](https://github.com/gxres042))
44+
545
## v2.11.6
646

747
[compare changes](https://github.com/nitrojs/nitro/compare/v2.11.5...v2.11.6)

‎package.json

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

0 commit comments

Comments
 (0)
Please sign in to comment.