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

Commit

Permalink
v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apexskier committed Jan 16, 2023
1 parent 7909676 commit 1f3bfc1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 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. 6.1 (267836)] get this from Nova > About Nova -->
- Extension version: <!-- [e.g. 2.5.0] get this from the Nova Extension Library -->
- Extension version: <!-- [e.g. 2.6.0] get this from the Nova Extension Library -->
- TypeScript version: <!-- [e.g. 4.2.4] get this from your project, e.g. run `yarn run tsc --version` in your terminal -->
- Sidebar information: <!-- [e.g. Status Running, TypeScript Version 4.2.4] get this from the extension sidebar -->
- macOS version: <!-- [e.g. 11.2.3 (20D91)] get this from  > About This Mac -->
Expand Down
7 changes: 5 additions & 2 deletions typescript.novaextension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Changelog

## future
## v2.6.0

### Added

- Configuration to prevent deleting unused imports when auto-organizing imports
- Upgrade to TypeScript 4.9
- Add additional configuration option support
- Upgrade underlying `typescript-language-server` from v0.11.0 to v3.0.2 ([changelog](https://github.com/typescript-language-server/typescript-language-server/blob/v3.0.2/CHANGELOG.md))
- Config option to prevent deleting unused imports when auto-organizing imports

### Changed

Expand Down
2 changes: 1 addition & 1 deletion typescript.novaextension/extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "TypeScript",
"organization": "Cameron Little",
"description": "Advanced TypeScript and JavaScript language support for Nova",
"version": "2.5.0",
"version": "2.6.0",
"categories": [
"completions",
"formatters",
Expand Down

0 comments on commit 1f3bfc1

Please sign in to comment.