Skip to content

Commit

Permalink
chore(release): 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 1, 2022
1 parent b687216 commit c506135
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 1 deletion.
71 changes: 71 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,77 @@

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.

## main (v0.4.24..main)


### 🚀 Enhancements

- Add cloudflare-pages preset (#210)
- Support prerendering binary files (#320)
- Opt-in option to compress public assets using `gzip` and `br` (#449)
- Allow specifying wasm plugin options (#450)
- Allow using `extends` alongside with `preset` (6a43985)

### 🩹 Fixes

- **azure:** Fix route name (#430)
- Update types for defu usage (0f241bc)
- Add resolved side-effect for node-fetch-native (#435)
- **aws-lambda:** Join cookies with semicolon (#356)
- **aws-lambda:** Fix normalizeIncomingHeaders (#418)
- **aws-lambda:** Return outgoing cookies on response objects (#357)
- **aws-lambda:** Add `multiValueQueryStringParameters` to aws preset (#398)
- ⚠️ Update unenv to 0.6.x (#438)
- Add code location and codeframe for rollup errors (#406)
- **prerender:** Allow updating route contents (#452)
- **externals:** ⚠️ Fall back to `mlly` resolver in more cases (#431)
- ⚠️ `NITRO_PRESET` should have highest periority (92d711f)

### 💅 Refactors

- ⚠️ Rename options `autoImport` to `imports` (#433)
- Utilize knitwork to generate safe variable names (#447)

### 📖 Documentation

- Migrate to docus (#365)
- Simplify deploy index route (a1d7b17)
- **storage:** Fix typo (#424)

### 🏡 Chore

- Update lock (4ceeee2)
- Narrow plugin override type (b4e24f6)
- Add `@vitest/coverage-c8` (4a5e565)
- Remove unused `@types/jsdom` from dependencies (#429)
- Add vitest config (ab59150)

### 📦 Build

- Expose `package.json` subpath export (d0029c0)
- Use changelogen to bump edge and generate chagelog (679e356)

#### ⚠️ Breaking Changes

- ⚠️ Update unenv to 0.6.x (#438)
- **externals:** ⚠️ Fall back to `mlly` resolver in more cases (#431)
- ⚠️ `NITRO_PRESET` should have highest periority (92d711f)
- ⚠️ Rename options `autoImport` to `imports` (#433)

### ❤️ Contributors

- Ahad Birang
- Alexander Lichter
- Anthony Fu
- Daniel Roe
- Dániel Földi
- Eckhardt (Kaizen) Dreyer
- Julien Huang
- Pooya Parsa
- Sören Schwert
- Tobias Diez
- Yaël Guilloux

### [0.4.24](https://github.com/unjs/nitro/compare/v0.4.23...v0.4.24) (2022-08-12)


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": "0.4.24",
"version": "0.5.0",
"description": "Build and Deploy Universal JavaScript Servers",
"repository": "unjs/nitro",
"license": "MIT",
Expand Down

0 comments on commit c506135

Please sign in to comment.