Skip to content

Commit

Permalink
chore(release): v2.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 23, 2023
1 parent 246b726 commit 5830bf3
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,36 @@

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.0.0-rc.1

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


### 🚀 Enhancements

- **externals:** Apply `production` condition to package.exports ([#867](https://github.com/unjs/nitro/pull/867))
- Enable auto imports from `utils` dir ([#866](https://github.com/unjs/nitro/pull/866))

### 🩹 Fixes

- **prerender:** Update preview command to serve matching routes ([#864](https://github.com/unjs/nitro/pull/864))
- **externals:** Support orphan files in `node_modules` ([#865](https://github.com/unjs/nitro/pull/865))
- Avoid hiding original rollup error message ([a5586f8](https://github.com/unjs/nitro/commit/a5586f8))
- **cache:** Only update cache in storage once per pending request ([#861](https://github.com/unjs/nitro/pull/861))

### 🏡 Chore

- Lint with `eslint --cache` and improve types in `.eslintrc` ([#863](https://github.com/unjs/nitro/pull/863))
- Update dependencies ([c52d256](https://github.com/unjs/nitro/commit/c52d256))
- Remove random import ([246b726](https://github.com/unjs/nitro/commit/246b726))

### ❤️ Contributors

- Pooya Parsa <[email protected]>
- Yasser Lahbibi <[email protected]>
- O-az <[email protected]>
- Daniel Roe <[email protected]>

## v2.0.0-rc.0

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

0 comments on commit 5830bf3

Please sign in to comment.