diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ffa70f..5130f00 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.1.7](https://github.com/nuxt/components/compare/v2.1.6...v2.1.7) (2021-04-28) + + +### Bug Fixes + +* use consola for output info ([#184](https://github.com/nuxt/components/issues/184)) ([c6c3f66](https://github.com/nuxt/components/commit/c6c3f66f0bb86c3d7a2a1eac737aa145e64b0fc7)) + ### [2.1.6](https://github.com/nuxt/components/compare/v2.1.5...v2.1.6) (2021-04-06) diff --git a/package.json b/package.json index 7dcda04..3ffa40c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/components", - "version": "2.1.6", + "version": "2.1.7", "description": "Auto Import Components for Nuxt.js", "repository": "nuxt/components", "license": "MIT",