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",