From 04274b7a277ed838c03eda307a6923bf13f59cc5 Mon Sep 17 00:00:00 2001 From: pooya parsa Date: Sun, 5 Jul 2020 23:04:53 +0200 Subject: [PATCH] chore(release): 1.0.7 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbed0a8..b1bc3ca 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.7](https://github.com/nuxt/components/compare/v1.0.6...v1.0.7) (2020-07-05) + + +### Bug Fixes + +* disable loader for global dirs ([#70](https://github.com/nuxt/components/issues/70)) ([78baa92](https://github.com/nuxt/components/commit/78baa92880c3985e0382a35d5d9b67f7fb968e29)), closes [#18](https://github.com/nuxt/components/issues/18) + ### [1.0.6](https://github.com/nuxt/components/compare/v1.0.5...v1.0.6) (2020-06-28) diff --git a/package.json b/package.json index e2490cd..290cebc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/components", - "version": "1.0.6", + "version": "1.0.7", "description": "Auto Import Components for Nuxt.js", "repository": "nuxt/components", "license": "MIT",