From 87d49989800e4f984a3544e25474e4c699e01fed Mon Sep 17 00:00:00 2001 From: Clark Du Date: Sat, 14 Nov 2020 17:07:39 +0000 Subject: [PATCH] chore(release): 2.0.0 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df9921a..2854df5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.0.0](https://github.com/nuxt/eslint-plugin-nuxt/compare/v1.0.0...v2.0.0) (2020-11-14) + ## [1.0.0](https://github.com/nuxt/eslint-plugin-nuxt/compare/v0.5.2...v1.0.0) (2020-05-12) diff --git a/package.json b/package.json index 0b701a5..ff2fed1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-nuxt", - "version": "1.0.0", + "version": "2.0.0", "description": "ESLint plugin for Nuxt.js", "author": "Clark Du ", "license": "MIT",