From 3fe109d85aca3a2e6bb780de81bd3140029dc370 Mon Sep 17 00:00:00 2001 From: Cameron Little Date: Sat, 31 Oct 2020 15:05:56 +0100 Subject: [PATCH] v1.4.0 --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- ESLint.novaextension/CHANGELOG.md | 4 ++-- ESLint.novaextension/extension.json | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index bb8f3d90..ab995ed6 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 feb4d0cf..5e4e72ca 100644 --- a/ESLint.novaextension/CHANGELOG.md +++ b/ESLint.novaextension/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## future +## v1.4.0 ### Added @@ -8,7 +8,7 @@ ### Changed -- When fixing all issues, apply fixes atomically in editor before saving (make's them must faster) +- When fixing all issues, apply fixes atomically in editor before saving (way faster) ### Fixed diff --git a/ESLint.novaextension/extension.json b/ESLint.novaextension/extension.json index 0ea7b8c0..2e2aef34 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.3.0", + "version": "1.4.0", "categories": ["issues", "formatters", "commands"], "homepage": "https://github.com/apexskier/nova-eslint#readme", "repository": "https://github.com/apexskier/nova-eslint", diff --git a/package.json b/package.json index 9d435ebc..0599901b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nova-eslint", - "version": "1.3.0", + "version": "0.0.0", "description": "Lint your code files with ESLint in Nova.", "scripts": { "build": "rollup -c rollup.config.js",