diff --git a/CHANGELOG.md b/CHANGELOG.md index 87fcf1b..cd2d804 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. +## [3.1.0](https://github.com/nuxt/eslint-plugin-nuxt/compare/v3.0.0...v3.1.0) (2021-11-28) + ## [3.0.0](https://github.com/nuxt/eslint-plugin-nuxt/compare/v2.0.2...v3.0.0) (2021-10-24) ### [2.0.2](https://github.com/nuxt/eslint-plugin-nuxt/compare/v2.0.0...v2.0.2) (2021-10-24) diff --git a/package.json b/package.json index 505283d..30ce3e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-nuxt", - "version": "3.0.0", + "version": "3.1.0", "description": "ESLint plugin for Nuxt.js", "author": "Clark Du ", "license": "MIT",