From 1953e575be44805faa30ff4f670afc3d17c78543 Mon Sep 17 00:00:00 2001 From: Clark Du Date: Sat, 9 Nov 2019 20:22:17 +0000 Subject: [PATCH] chore(release): 0.5.0 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a181711..250bf63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,14 @@ -# Change Log +# Changelog 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. +## [0.5.0](https://github.com/nuxt/eslint-plugin-nuxt/compare/v0.4.3...v0.5.0) (2019-11-09) + + +### Features + +* upgrade eslint-plugin-vue to v6 ([ecf42f2](https://github.com/nuxt/eslint-plugin-nuxt/commit/ecf42f2)) + ## [0.4.3](https://github.com/nuxt/eslint-plugin-nuxt/compare/v0.4.0...v0.4.3) (2019-03-12) diff --git a/package.json b/package.json index 445a383..b2f43ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-nuxt", - "version": "0.4.3", + "version": "0.5.0", "description": "ESLint plugin for Nuxt.js", "author": "Clark Du ", "license": "MIT",