mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 17:35:57 +00:00
chore: release
- @nuxt/nitro@0.2.4 - nuxt3@0.2.5
This commit is contained in:
parent
cf88c50941
commit
4d69c9fb55
@ -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)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/nitro",
|
||||
"version": "0.2.3",
|
||||
"version": "0.2.4",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
"files": [
|
||||
|
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user