From f26daa7a60a19fe4545477db67f489d587400194 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Sun, 4 Apr 2021 17:59:08 +0200 Subject: [PATCH] chore: release - nuxt3@0.2.1 --- packages/nuxt3/CHANGELOG.md | 11 +++++++++++ packages/nuxt3/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/nuxt3/CHANGELOG.md b/packages/nuxt3/CHANGELOG.md index fa2095bf8f..4c65ce2baf 100644 --- a/packages/nuxt3/CHANGELOG.md +++ b/packages/nuxt3/CHANGELOG.md @@ -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.1](https://github.com/nuxt/framework/compare/nuxt3@0.2.0...nuxt3@0.2.1) (2021-04-04) + + +### Bug Fixes + +* **nuxt3:** install nuxt-cli by default ([3e794a3](https://github.com/nuxt/framework/commit/3e794a36f2b1aa9fd729f7556741c47930a30b64)) + + + + + # 0.2.0 (2021-04-04) diff --git a/packages/nuxt3/package.json b/packages/nuxt3/package.json index abbbd66a38..94df1750f4 100644 --- a/packages/nuxt3/package.json +++ b/packages/nuxt3/package.json @@ -1,6 +1,6 @@ { "name": "nuxt3", - "version": "0.2.0", + "version": "0.2.1", "repository": "nuxt/framework", "license": "MIT", "main": "./dist/index.js",