Skip to content

Commit

Permalink
chore(release): v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 25, 2023
1 parent 963c587 commit 266e2ef
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,40 @@

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

[compare changes](https://github.com/unjs/nitro/compare/v2.0.0...v2.1.0)


### 🚀 Enhancements

- Add `shouldBypassCache` option to cache utils ([#874](https://github.com/unjs/nitro/pull/874))
- **cache:** Allow async `getKey` option ([#878](https://github.com/unjs/nitro/pull/878))

### 🩹 Fixes

- **scan:** Do not dedup middleware handlers ([#880](https://github.com/unjs/nitro/pull/880))
- **externals:** Use portable symlinks ([#882](https://github.com/unjs/nitro/pull/882))

### 📖 Documentation

- **deployment:** Heroku with nginx ([#873](https://github.com/unjs/nitro/pull/873))
- **netlify:** Clarify placement of `_redirects` file ([#870](https://github.com/unjs/nitro/pull/870))
- **digitalocean:** Update deployment guide ([#862](https://github.com/unjs/nitro/pull/862))

### 🏡 Chore

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

### ❤️ Contributors

- Pooya Parsa <pooya@pi0.io>
- Daniel Roe <daniel@roe.dev>
- MiniDigger < Martin>
- Christopher Lis
- Ola Alsaker <ola.alsaker@gmail.com>
- Adeyemi Adetayo <adeyemiadetayo07@gmail.com>

## v2.0.0

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

0 comments on commit 266e2ef

Please sign in to comment.