From 22ecd1e89808a3a12fcf68ab30c65b007814e2e0 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Thu, 11 Mar 2021 11:17:15 +0100 Subject: [PATCH] chore(release): 2.1.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1fd4c0..8175d83 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.3](https://github.com/nuxt/components/compare/v2.1.2...v2.1.3) (2021-03-11) + + +### Bug Fixes + +* use hyphenate instead of kebabCase (fixes [#165](https://github.com/nuxt/components/issues/165)) ([3de27ff](https://github.com/nuxt/components/commit/3de27ff47cbe6e7c712a2a105c257dac1ca64674)) + ### [2.1.2](https://github.com/nuxt/components/compare/v2.1.1...v2.1.2) (2021-02-22) diff --git a/package.json b/package.json index b7cf896..a54af10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/components", - "version": "2.1.2", + "version": "2.1.3", "description": "Auto Import Components for Nuxt.js", "repository": "nuxt/components", "license": "MIT",