diff --git a/CHANGELOG.md b/CHANGELOG.md index 02d2376..645b995 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.0.4](https://github.com/nuxt/components/compare/v1.0.3...v1.0.4) (2020-06-23) + + +### Bug Fixes + +* ensure requireNuxtVersion skips when currentVersion is nullish ([bf7dbfa](https://github.com/nuxt/components/commit/bf7dbfadd81e261b69e7615cf2cd7a87200e2589)) + ### [1.0.3](https://github.com/nuxt/components/compare/v1.0.2...v1.0.3) (2020-06-19) diff --git a/package.json b/package.json index 1214bfa..5d7aa28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/components", - "version": "1.0.3", + "version": "1.0.4", "description": "Auto Import Components for Nuxt.js", "repository": "nuxt/components", "license": "MIT",