diff --git a/CHANGELOG.md b/CHANGELOG.md index ac88e16..95a5660 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. +### [1.2.5](https://github.com/nuxt/components/compare/v1.2.4...v1.2.5) (2021-01-13) + + +### Bug Fixes + +* **scan:** preserve original component name for webpack chunk ([82357b2](https://github.com/nuxt/components/commit/82357b20651fa792927e6c98bee713a8cf72c619)) + ### [1.2.4](https://github.com/nuxt/components/compare/v1.2.3...v1.2.4) (2021-01-12) diff --git a/package.json b/package.json index 7fb6725..c942f2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/components", - "version": "1.2.4", + "version": "1.2.5", "description": "Auto Import Components for Nuxt.js", "repository": "nuxt/components", "license": "MIT",