diff --git a/CHANGELOG.md b/CHANGELOG.md index 9954467..fcb3dde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.2.0](https://github.com/nuxt/components/compare/v2.2.0-0...v2.2.0) (2021-08-11) + ## [2.2.0-0](https://github.com/nuxt/components/compare/v2.1.8...v2.2.0-0) (2021-08-11) diff --git a/package.json b/package.json index a186f79..ae685a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/components", - "version": "2.2.0-0", + "version": "2.2.0", "description": "Auto Import Components for Nuxt.js", "repository": "nuxt/components", "license": "MIT",