chore: release

- @nuxt/nitro@0.2.4
 - nuxt3@0.2.5
This commit is contained in:
Pooya Parsa 2021-04-06 15:09:01 +02:00
parent cf88c50941
commit 4d69c9fb55
4 changed files with 22 additions and 3 deletions

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.2.4](https://github.com/nuxt/framework/compare/@nuxt/nitro@0.2.3...@nuxt/nitro@0.2.4) (2021-04-06)
### Bug Fixes
* **nitro:** add temporary workarouind for ufo resolution in nuxt2 ([f66d917](https://github.com/nuxt/framework/commit/f66d91772974fe1859130462389ada72829df377))
## [0.2.3](https://github.com/nuxt/framework/compare/@nuxt/nitro@0.2.2...@nuxt/nitro@0.2.3) (2021-04-06)

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/nitro",
"version": "0.2.3",
"version": "0.2.4",
"license": "MIT",
"main": "dist/index.js",
"files": [

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.2.5](https://github.com/nuxt/framework/compare/nuxt3@0.2.4...nuxt3@0.2.5) (2021-04-06)
**Note:** Version bump only for package nuxt3
## [0.2.4](https://github.com/nuxt/framework/compare/nuxt3@0.2.3...nuxt3@0.2.4) (2021-04-06)
**Note:** Version bump only for package nuxt3

View File

@ -1,6 +1,6 @@
{
"name": "nuxt3",
"version": "0.2.4",
"version": "0.2.5",
"repository": "nuxt/framework",
"license": "MIT",
"main": "./dist/index.js",
@ -23,7 +23,7 @@
"dependencies": {
"@nuxt/app": "^0.2.1",
"@nuxt/kit": "^0.2.0",
"@nuxt/nitro": "^0.2.3",
"@nuxt/nitro": "^0.2.4",
"@nuxt/vite-builder": "^0.1.1",
"@nuxt/webpack-builder": "^0.1.2",
"chokidar": "^3.5.1",