From 5c27ed4ada0791821b7db6077a9bc2dd83229ab2 Mon Sep 17 00:00:00 2001 From: pooya parsa Date: Thu, 22 Oct 2020 14:07:54 +0200 Subject: [PATCH] chore(release): 1.1.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d010af6..88a378d 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.1.1](https://github.com/nuxt/components/compare/v1.1.0...v1.1.1) (2020-10-22) + + +### Bug Fixes + +* **npm:** component may require wrong webpack version ([3fc657a](https://github.com/nuxt/components/commit/3fc657ab88fe5bfc832e9d0c8c0cd0afe4ee555b)) + ## [1.1.0](https://github.com/nuxt/components/compare/v1.0.7...v1.1.0) (2020-08-04) diff --git a/package.json b/package.json index b2d28c1..522b96a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/components", - "version": "1.1.0", + "version": "1.1.1", "description": "Auto Import Components for Nuxt.js", "repository": "nuxt/components", "license": "MIT",