Skip to content

Commit

Permalink
chore(release): v2.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 5, 2024
1 parent cf49759 commit 4307202
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,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.

## v2.10.3

[compare changes](https://github.com/nitrojs/nitro/compare/v2.10.2...v2.10.3)

### 🩹 Fixes

- Allow adding custom `Vary` to static assets handler ([#2835](https://github.com/nitrojs/nitro/pull/2835))
- **netlify:** Only include env polyfill in `netlify-edge` ([#2851](https://github.com/nitrojs/nitro/pull/2851))
- Scan env specific handlers without method in their name ([#2852](https://github.com/nitrojs/nitro/pull/2852))
- **config:** Add back default storage mounts ([#2853](https://github.com/nitrojs/nitro/pull/2853))

### 📖 Documentation

- **cloudflare:** Fix typo ([#2849](https://github.com/nitrojs/nitro/pull/2849))

### 🌊 Types

- **cache:** Resolved value is not nullable ([#2848](https://github.com/nitrojs/nitro/pull/2848))

### ❤️ Contributors

- Pooya Parsa <[email protected]>
- Sandro Circi ([@sandros94](http://github.com/sandros94))
- Jaga Santagostino <[email protected]>
- Philippe Serhal <[email protected]>
- Danila Rodichkin ([@daniluk4000](http://github.com/daniluk4000))

## v2.10.2

[compare changes](https://github.com/nitrojs/nitro/compare/v2.10.1...v2.10.2)
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.10.2",
"version": "2.10.3",
"description": "Build and Deploy Universal JavaScript Servers",
"repository": "nitrojs/nitro",
"license": "MIT",
Expand Down

0 comments on commit 4307202

Please sign in to comment.