From f396cfa401986a210c118e11d142ed87c932d4ff Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Mon, 22 Feb 2021 10:46:22 +0100 Subject: [PATCH] chore(release): 2.1.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3be74ba..f1fd4c0 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.2](https://github.com/nuxt/components/compare/v2.1.1...v2.1.2) (2021-02-22) + + +### Bug Fixes + +* avoid using .md for templates (resolves nuxt/nuxt.js[#8860](https://github.com/nuxt/components/issues/8860)) ([9e6e180](https://github.com/nuxt/components/commit/9e6e1808c09ec78004715ffb009055b0dda11986)) + ### [2.1.1](https://github.com/nuxt/components/compare/v2.1.0...v2.1.1) (2021-02-17) diff --git a/package.json b/package.json index 3e000a7..b7cf896 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/components", - "version": "2.1.1", + "version": "2.1.2", "description": "Auto Import Components for Nuxt.js", "repository": "nuxt/components", "license": "MIT",