Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apexskier committed Oct 31, 2020
1 parent febcd1a commit 3fe109d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ If applicable, add screenshots to help explain your problem.
**Environment**

- Nova version: <!-- [e.g. 2 (213794)] get this from Nova > About Nova -->
- Extension version: <!-- [e.g. 1.3.0] get this from the Nova Extension Library -->
- Extension version: <!-- [e.g. 1.4.0] get this from the Nova Extension Library -->
- ESLint version: <!-- [e.g. v7.12.0] get this from your project, e.g. run `yarn run eslint --version` in your terminal -->
- macOS version: <!-- [e.g. 10.15.5 (19F101)] get this from  > About This Mac -->
- NodeJS information:
Expand Down
4 changes: 2 additions & 2 deletions ESLint.novaextension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Changelog

## future
## v1.4.0

### Added

- Support untitled (new, unsaved) documents

### 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

Expand Down
2 changes: 1 addition & 1 deletion ESLint.novaextension/extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 3fe109d

Please sign in to comment.