Skip to content

Commit 4307202

Browse files
committed
chore(release): v2.10.3
1 parent cf49759 commit 4307202

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
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.10.3
6+
7+
[compare changes](https://github.com/nitrojs/nitro/compare/v2.10.2...v2.10.3)
8+
9+
### 🩹 Fixes
10+
11+
- Allow adding custom `Vary` to static assets handler ([#2835](https://github.com/nitrojs/nitro/pull/2835))
12+
- **netlify:** Only include env polyfill in `netlify-edge` ([#2851](https://github.com/nitrojs/nitro/pull/2851))
13+
- Scan env specific handlers without method in their name ([#2852](https://github.com/nitrojs/nitro/pull/2852))
14+
- **config:** Add back default storage mounts ([#2853](https://github.com/nitrojs/nitro/pull/2853))
15+
16+
### 📖 Documentation
17+
18+
- **cloudflare:** Fix typo ([#2849](https://github.com/nitrojs/nitro/pull/2849))
19+
20+
### 🌊 Types
21+
22+
- **cache:** Resolved value is not nullable ([#2848](https://github.com/nitrojs/nitro/pull/2848))
23+
24+
### ❤️ Contributors
25+
26+
- Pooya Parsa <[email protected]>
27+
- Sandro Circi ([@sandros94](http://github.com/sandros94))
28+
- Jaga Santagostino <[email protected]>
29+
- Philippe Serhal <[email protected]>
30+
- Danila Rodichkin ([@daniluk4000](http://github.com/daniluk4000))
31+
532
## v2.10.2
633

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

package.json

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

0 commit comments

Comments
 (0)