diff --git a/CHANGELOG.md b/CHANGELOG.md index 8175d83..122a6c0 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.4](https://github.com/nuxt/components/compare/v2.1.3...v2.1.4) (2021-03-23) + + +### Bug Fixes + +* use wrapper for lazy-loaded functional components ([#172](https://github.com/nuxt/components/issues/172)) ([0210066](https://github.com/nuxt/components/commit/021006680e7d37f0f4aaa1bfe7de8a4692f2eb9e)) + ### [2.1.3](https://github.com/nuxt/components/compare/v2.1.2...v2.1.3) (2021-03-11) diff --git a/package.json b/package.json index b2f70ba..12f4f0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/components", - "version": "2.1.3", + "version": "2.1.4", "description": "Auto Import Components for Nuxt.js", "repository": "nuxt/components", "license": "MIT",