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

Commit a0e0197

Browse files
committed
v2.5.0
1 parent 5364c50 commit a0e0197

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ If applicable, add screenshots to help explain your problem.
3030
**Environment**
3131

3232
- Nova version: <!-- [e.g. 6.1 (267836)] get this from Nova > About Nova -->
33-
- Extension version: <!-- [e.g. 2.4.0] get this from the Nova Extension Library -->
33+
- Extension version: <!-- [e.g. 2.5.0] get this from the Nova Extension Library -->
3434
- TypeScript version: <!-- [e.g. 4.2.4] get this from your project, e.g. run `yarn run tsc --version` in your terminal -->
3535
- Sidebar information: <!-- [e.g. Status Running, TypeScript Version 4.2.4] get this from the extension sidebar -->
3636
- macOS version: <!-- [e.g. 11.2.3 (20D91)] get this from  > About This Mac -->

typescript.novaextension/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v2.5.0
4+
5+
- Upgrade to TypeScript 4.7
6+
- Add additional configuration option support
7+
- Add partial support for new file types: `.cts` and `.d.cts` (CommonJS modules) and `.mts` and `.d.mts` (ES modules)
8+
- Upgrade underlying `typescript-language-server` from v0.5.4 to v0.11.0 ([changelog](https://github.com/typescript-language-server/typescript-language-server/blob/v0.11.0/CHANGELOG.md))
9+
310
## v2.4.0
411

512
### Added

typescript.novaextension/extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "TypeScript",
44
"organization": "Cameron Little",
55
"description": "Advanced TypeScript and JavaScript language support for Nova",
6-
"version": "2.4.0",
6+
"version": "2.5.0",
77
"categories": [
88
"completions",
99
"formatters",

0 commit comments

Comments
 (0)