Skip to content

Commit 266e2ef

Browse files
committed
chore(release): v2.1.0
1 parent 963c587 commit 266e2ef

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
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.1.0
6+
7+
[compare changes](https://github.com/unjs/nitro/compare/v2.0.0...v2.1.0)
8+
9+
10+
### 🚀 Enhancements
11+
12+
- Add `shouldBypassCache` option to cache utils ([#874](https://github.com/unjs/nitro/pull/874))
13+
- **cache:** Allow async `getKey` option ([#878](https://github.com/unjs/nitro/pull/878))
14+
15+
### 🩹 Fixes
16+
17+
- **scan:** Do not dedup middleware handlers ([#880](https://github.com/unjs/nitro/pull/880))
18+
- **externals:** Use portable symlinks ([#882](https://github.com/unjs/nitro/pull/882))
19+
20+
### 📖 Documentation
21+
22+
- **deployment:** Heroku with nginx ([#873](https://github.com/unjs/nitro/pull/873))
23+
- **netlify:** Clarify placement of `_redirects` file ([#870](https://github.com/unjs/nitro/pull/870))
24+
- **digitalocean:** Update deployment guide ([#862](https://github.com/unjs/nitro/pull/862))
25+
26+
### 🏡 Chore
27+
28+
- Update dependencies ([963c587](https://github.com/unjs/nitro/commit/963c587))
29+
30+
### ❤️ Contributors
31+
32+
- Pooya Parsa <[email protected]>
33+
- Daniel Roe <[email protected]>
34+
- MiniDigger < Martin>
35+
- Christopher Lis
36+
- Ola Alsaker <[email protected]>
37+
- Adeyemi Adetayo <[email protected]>
38+
539
## v2.0.0
640

741
[compare changes](https://github.com/unjs/nitro/compare/v2.0.0-rc.1...v2.0.0)

package.json

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

0 commit comments

Comments
 (0)