From e3b80fdb00a0dc90911c5720219aa8b274c3a0f7 Mon Sep 17 00:00:00 2001 From: Cameron Little Date: Sat, 31 Oct 2020 17:45:21 +0100 Subject: [PATCH] v1.5.0 --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- ESLint.novaextension/CHANGELOG.md | 6 +++++- ESLint.novaextension/extension.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ab995ed6..65e6216c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -30,7 +30,7 @@ If applicable, add screenshots to help explain your problem. **Environment** - Nova version: -- Extension version: +- Extension version: - ESLint version: - macOS version: - NodeJS information: diff --git a/ESLint.novaextension/CHANGELOG.md b/ESLint.novaextension/CHANGELOG.md index 1240b81d..e313f13f 100644 --- a/ESLint.novaextension/CHANGELOG.md +++ b/ESLint.novaextension/CHANGELOG.md @@ -1,12 +1,16 @@ # Changelog -## future +## v1.5.0 ### Added - Show suggestions for all current lint violations, instead of just the first - Add suggestion to ignore the current lint violation +### Fixed + +- Fixed errors due to missing plugins in the console + ## v1.4.0 ### Added diff --git a/ESLint.novaextension/extension.json b/ESLint.novaextension/extension.json index 2e2aef34..bb032df2 100644 --- a/ESLint.novaextension/extension.json +++ b/ESLint.novaextension/extension.json @@ -3,7 +3,7 @@ "name": "ESLint", "organization": "Cameron Little", "description": "Lint your code with ESLint.", - "version": "1.4.0", + "version": "1.5.0", "categories": ["issues", "formatters", "commands"], "homepage": "https://github.com/apexskier/nova-eslint#readme", "repository": "https://github.com/apexskier/nova-eslint",