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

Commit 53f3d73

Browse files
authored
Prep for v2.2.0 update (#245)
1 parent 884a2d2 commit 53f3d73

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ If applicable, add screenshots to help explain your problem.
2929

3030
**Environment**
3131

32-
- Nova version: <!-- [e.g. 1.2 (207005)] get this from Nova > About Nova -->
33-
- Extension version: <!-- [e.g. 2.1.1] get this from the Nova Extension Library -->
34-
- TypeScript version: <!-- [e.g. 4.0.2] get this from your project, e.g. run `yarn run tsc --version` in your terminal -->
35-
- Sidebar information: <!-- [e.g. Status Running, TypeScript Version 4.0.2] get this from the extension sidebar -->
36-
- macOS version: <!-- [e.g. 10.15.5 (19F101)] get this from  > About This Mac -->
32+
- Nova version: <!-- [e.g. 6.1 (267836)] get this from Nova > About Nova -->
33+
- Extension version: <!-- [e.g. 2.2.0] get this from the Nova Extension Library -->
34+
- TypeScript version: <!-- [e.g. 4.2.4] get this from your project, e.g. run `yarn run tsc --version` in your terminal -->
35+
- Sidebar information: <!-- [e.g. Status Running, TypeScript Version 4.2.4] get this from the extension sidebar -->
36+
- macOS version: <!-- [e.g. 11.2.3 (20D91)] get this from  > About This Mac -->
3737
- NodeJS information:
3838
- node version: <!-- [e.g. v14.4.0] get this by running `node --version` in your terminal -->
3939
- npm version: <!-- [e.g. 6.14.4] get this by running `npm --version` in your terminal -->

typescript.novaextension/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## future
3+
## 2.2.0
44

55
### Added
66

@@ -10,6 +10,10 @@
1010

1111
- Configure correct formatting before organizing imports
1212

13+
### Changed
14+
15+
- Upgrade bundled TypeScript
16+
1317
## v2.1.1
1418

1519
### Changed

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.1.1",
6+
"version": "2.2.0",
77
"categories": ["completions", "languages", "issues", "sidebars"],
88
"license": "MIT",
99
"repository": "https://github.com/apexskier/nova-typescript",

0 commit comments

Comments
 (0)