chore: release

- @nuxt/nitro@0.2.2
 - nuxt3@0.2.3
This commit is contained in:
Pooya Parsa 2021-04-04 22:56:15 +02:00
parent 04bce2fef8
commit 0ba484b99a
4 changed files with 19 additions and 3 deletions

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.2](https://github.com/nuxt/framework/compare/@nuxt/nitro@0.2.1...@nuxt/nitro@0.2.2) (2021-04-04)
**Note:** Version bump only for package @nuxt/nitro
## [0.2.1](https://github.com/nuxt/framework/compare/@nuxt/nitro@0.2.0...@nuxt/nitro@0.2.1) (2021-04-04)

View File

@ -1,6 +1,6 @@
{
"name": "@nuxt/nitro",
"version": "0.2.1",
"version": "0.2.2",
"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.3](https://github.com/nuxt/framework/compare/nuxt3@0.2.2...nuxt3@0.2.3) (2021-04-04)
**Note:** Version bump only for package nuxt3
## [0.2.2](https://github.com/nuxt/framework/compare/nuxt3@0.2.1...nuxt3@0.2.2) (2021-04-04)

View File

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