Skip to content

Commit f780c38

Browse files
committed
chore(release): v2.11.4
1 parent a456949 commit f780c38

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
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.4
6+
7+
[compare changes](https://github.com/nitrojs/nitro/compare/v2.11.3...v2.11.4)
8+
9+
### 🩹 Fixes
10+
11+
- **dev:** Auto fallback to port if socket listening failed ([#3165](https://github.com/nitrojs/nitro/pull/3165))
12+
- **dev:** Polyfill `globalThis.crypto` for Node.js 18 ([#3166](https://github.com/nitrojs/nitro/pull/3166))
13+
- **cli:** Add `globalThis.crypto` polyfill for Node.js 18 ([#3167](https://github.com/nitrojs/nitro/pull/3167))
14+
- **dev:** Polyfill `globalThis.crypto` for Node.js 18 ([#3168](https://github.com/nitrojs/nitro/pull/3168))
15+
- **dev:** Try normal socket for CI ([a4569493](https://github.com/nitrojs/nitro/commit/a4569493))
16+
17+
### 📦 Build
18+
19+
- Inline youch dependency ([#3169](https://github.com/nitrojs/nitro/pull/3169))
20+
- Use `youch-redist` ([#3172](https://github.com/nitrojs/nitro/pull/3172))
21+
22+
### ❤️ Contributors
23+
24+
- Pooya Parsa ([@pi0](https://github.com/pi0))
25+
526
## v2.11.3
627

728
[compare changes](https://github.com/nitrojs/nitro/compare/v2.11.2...v2.11.3)

package.json

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

0 commit comments

Comments
 (0)