From 38a7b9479b9f62310c644c6196d5162077b1b8f0 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Mon, 15 Feb 2021 10:59:39 +0100 Subject: [PATCH] chore(release): 2.0.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6194a3d..af02666 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [2.0.0](https://github.com/nuxt/components/compare/v2.0.0-1...v2.0.0) (2021-02-15) + + +### Bug Fixes + +* register global components with lazy prefix ([ae7249f](https://github.com/nuxt/components/commit/ae7249fd8dcb54b3a4c4f6e231faadc64f32dd9a)), closes [#139](https://github.com/nuxt/components/issues/139) + ## [2.0.0-1](https://github.com/nuxt/components/compare/v2.0.0-0...v2.0.0-1) (2021-02-13) diff --git a/package.json b/package.json index 903ad40..ceb0440 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/components", - "version": "2.0.0-1", + "version": "2.0.0", "description": "Auto Import Components for Nuxt.js", "repository": "nuxt/components", "license": "MIT",