Skip to content

Commit

Permalink
chore(release): v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed May 16, 2023
1 parent c4fcd78 commit ff1a81a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@

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.4.1

[compare changes](https://github.com/unjs/nitro/compare/v2.4.0...v2.4.1)


### 🩹 Fixes

- **pkg:** Add `http-proxy` types to deps ([#1213](https://github.com/unjs/nitro/pull/1213))
- **vercel-edge:** Use platform provided `process` shim ([392ce64](https://github.com/unjs/nitro/commit/392ce64))
- **netlify-edge:** Update output format ([41a4a6a](https://github.com/unjs/nitro/commit/41a4a6a))
- **netlify-edge:** Support environment variables ([5c85c14](https://github.com/unjs/nitro/commit/5c85c14))
- **netlify-edge:** Handle static asset urls ([116874f](https://github.com/unjs/nitro/commit/116874f))
- **netlify-edge:** Fix body handling ([4c825b6](https://github.com/unjs/nitro/commit/4c825b6))
- **vercel-edge:** Fix body handling ([c75c2f1](https://github.com/unjs/nitro/commit/c75c2f1))
- **deno, lagon, sw:** Fix request body handling ([1c88e5e](https://github.com/unjs/nitro/commit/1c88e5e))
- **netlify-edge:** Polyfill missing `x-forwarded-proto` header ([4e5f46e](https://github.com/unjs/nitro/commit/4e5f46e))

### 🏡 Chore

- Update dependencies ([c4fcd78](https://github.com/unjs/nitro/commit/c4fcd78))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Daniel Roe <daniel@roe.dev>

## v2.3.3

[compare changes](https://github.com/unjs/nitro/compare/v2.3.2...v2.3.3)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nitropack",
"version": "2.3.3",
"version": "2.4.1",
"description": "Build and Deploy Universal JavaScript Servers",
"repository": "unjs/nitro",
"license": "MIT",
Expand Down Expand Up @@ -148,4 +148,4 @@
]
}
}
}
}

0 comments on commit ff1a81a

Please sign in to comment.