Skip to content

Commit

Permalink
chore(release): v2.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 8, 2025
1 parent c421716 commit 9636140
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,46 @@

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.

## v2.11.6

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

### 🩹 Fixes

- Update enenv and cloudflare node compat ([#3187](https://github.com/nitrojs/nitro/pull/3187))
- **dev:** Use port for bun on windows ([#3188](https://github.com/nitrojs/nitro/pull/3188))

### 💅 Refactors

- Remove extra space in logs ([#3181](https://github.com/nitrojs/nitro/pull/3181))
- Remove dependency on unenv mock utils ([#3186](https://github.com/nitrojs/nitro/pull/3186))

### 📖 Documentation

- **deploy:** Add warning about turborepo and zero config ([#3182](https://github.com/nitrojs/nitro/pull/3182))
- **vercel:** Typo ([#3183](https://github.com/nitrojs/nitro/pull/3183))
- **fetch:** Fix grammar ([#3184](https://github.com/nitrojs/nitro/pull/3184))

### 🏡 Chore

- **release:** V2.11.5 ([8099ed86](https://github.com/nitrojs/nitro/commit/8099ed86))
- Remove unused file ([8de0e8f3](https://github.com/nitrojs/nitro/commit/8de0e8f3))
- Update minor dependencies and lock ([75d0d826](https://github.com/nitrojs/nitro/commit/75d0d826))
- Update lock ([c2f8d066](https://github.com/nitrojs/nitro/commit/c2f8d066))
- Update unenv ([b26d2b5a](https://github.com/nitrojs/nitro/commit/b26d2b5a))

### ✅ Tests

- Update cloudflare-module ([0f3e4a3b](https://github.com/nitrojs/nitro/commit/0f3e4a3b))

### ❤️ Contributors

- Pooya Parsa ([@pi0](https://github.com/pi0))
- Nandesora Tjihero ([@Ombuweb](https://github.com/Ombuweb))
- @beer ([@iiio2](https://github.com/iiio2))
- Connor Roberts ([@murshex](https://github.com/murshex))
- Restent Ou ([@gxres042](https://github.com/gxres042))

## v2.11.5

[compare changes](https://github.com/nitrojs/nitro/compare/v2.11.4...v2.11.5)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nitropack",
"version": "2.11.5",
"version": "2.11.6",
"description": "Build and Deploy Universal JavaScript Servers",
"repository": "nitrojs/nitro",
"license": "MIT",
Expand Down

0 comments on commit 9636140

Please sign in to comment.