From 6447c27f4f748ad4d1f79b43538013c987b84880 Mon Sep 17 00:00:00 2001 From: Clark Du Date: Sun, 28 Nov 2021 19:53:30 +0000 Subject: [PATCH] chore(release): 3.1.0 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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",