diff --git a/CHANGELOG.md b/CHANGELOG.md index 122a6c0..4f2d7a7 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.5](https://github.com/nuxt/components/compare/v2.1.4...v2.1.5) (2021-04-06) + + +### Bug Fixes + +* avoid importing global entry (fixes [#176](https://github.com/nuxt/components/issues/176)) ([c821719](https://github.com/nuxt/components/commit/c821719a2b47a57b0252426975992ffd8143a939)) + ### [2.1.4](https://github.com/nuxt/components/compare/v2.1.3...v2.1.4) (2021-03-23) diff --git a/package.json b/package.json index 12f4f0f..6f43bfe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/components", - "version": "2.1.4", + "version": "2.1.5", "description": "Auto Import Components for Nuxt.js", "repository": "nuxt/components", "license": "MIT",