Skip to content

Commit

Permalink
chore(release): v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 21, 2023
1 parent 2658072 commit ac8c863
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,47 @@

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

[compare changes](https://github.com/unjs/nitro/compare/v2.2.2...v2.2.3)


### 🚀 Enhancements

- Add lagon preset ([#964](https://github.com/unjs/nitro/pull/964))

### 🩹 Fixes

- **node-cluster:** Default number of workers ([#963](https://github.com/unjs/nitro/pull/963))
- **cloudflare-pages:** Exclude assets from function call ([#965](https://github.com/unjs/nitro/pull/965))
- **cloudflare-pages:** Handle assets only for get requests ([#968](https://github.com/unjs/nitro/pull/968))
- Render json errors for cors requests ([#969](https://github.com/unjs/nitro/pull/969))
- Use json response for errors in `/api/` routes ([#971](https://github.com/unjs/nitro/pull/971))

### 💅 Refactors

- **externals:** Sort `bundledDependencies` keys in output `package.json` ([#967](https://github.com/unjs/nitro/pull/967))

### 📖 Documentation

- **cloudflare:** Add info regarding `runtimeConfig` and environment variables ([#958](https://github.com/unjs/nitro/pull/958))
- Prevent ellipsis overflow on small screens ([#956](https://github.com/unjs/nitro/pull/956))
- **deploy:** Add workers page for edge limitations ([#953](https://github.com/unjs/nitro/pull/953))

### 🏡 Chore

- **cli:** Mention `prepare` command in usage ([#959](https://github.com/unjs/nitro/pull/959))
- Update dependencies ([2658072](https://github.com/unjs/nitro/commit/2658072))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Daniel Roe <daniel@roe.dev>
- Jan-Henrik Damaschke <jdamaschke@outlook.de>
- Bogdan Kostyuk <bogdankostyuk12@gmail.com>
- Hminghe ([@hminghe](http://github.com/hminghe))
- Alexander Lichter ([@manniL](http://github.com/manniL))

## v2.2.2

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

0 comments on commit ac8c863

Please sign in to comment.