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

Commit

Permalink
Bump version to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
apexskier committed Mar 16, 2022
1 parent 5c6c758 commit b977192
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 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.7.0] get this from the Nova Extension Library -->
- Extension version: <!-- [e.g. 1.7.1] 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: 4 additions & 0 deletions ESLint.novaextension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.7.1

- Fix for Nova 9

## v1.7.0

### Added
Expand Down
3 changes: 2 additions & 1 deletion ESLint.novaextension/extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
"name": "ESLint",
"organization": "Cameron Little",
"description": "Lint your code with ESLint.",
"version": "1.7.0",
"version": "1.7.1",
"categories": ["issues", "formatters", "commands"],
"homepage": "https://github.com/apexskier/nova-eslint#readme",
"repository": "https://github.com/apexskier/nova-eslint",
"bugs": "https://github.com/apexskier/nova-eslint/issues",
"license": "MIT",
"min_runtime": "9.0",

"main": "main.dist.js",

Expand Down

0 comments on commit b977192

Please sign in to comment.