From 6b78b06098f24267380c218d1dc478ddea8f9948 Mon Sep 17 00:00:00 2001 From: lvjiaxuan <11309921+lvjiaxuan@users.noreply.github.com> Date: Mon, 13 Mar 2023 14:17:02 +0800 Subject: [PATCH] Release v0.3.1 --- CHANGELOG.md | 11 +++++++++-- package.json | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f04caa1..8585ca6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,16 @@ # Changelog -Tag ranges `v0.0.1...v0.3.0` (13). [All GitHub Releases](https://github.com/lvjiaxuan/vscode-eslint-disable/releases). +Tag ranges `v0.0.1...v0.3.1` (14). [All GitHub Releases](https://github.com/lvjiaxuan/vscode-eslint-disable/releases). + +## v0.3.1 (2023-03-10) +[Compare changes](https://github.com/lvjiaxuan/vscode-eslint-disable/compare/v0.3.0...main) + +###    🐛 Fixes + +- im not sure  -  by @lvjiaxuan [(d4d5d)](https://github.com/lvjiaxuan/vscode-eslint-disable/commit/d4d5d39) ## v0.3.0 (2023-03-09) -[Compare changes](https://github.com/lvjiaxuan/vscode-eslint-disable/compare/v0.2.1...main) +[Compare changes](https://github.com/lvjiaxuan/vscode-eslint-disable/compare/v0.2.1...v0.3.0) ###    ✨ Enhancements diff --git a/package.json b/package.json index ac277e2..147cf64 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "publisher": "lvjiaxuan", "name": "vscode-eslint-disable", "displayName": "ESLint Disable", - "version": "0.3.0", + "version": "0.3.1", "description": "Insert `eslint-disable` directive comment with present problem rules for VS Code.", "license": "MIT", "repository": {