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

Commit 8ea0249

Browse files
committed
v2.0.0
1 parent e13e922 commit 8ea0249

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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. 1.2 (207005)] get this from Nova > About Nova -->
33-
- Extension version: <!-- [e.g. 1.8.2] get this from the Nova Extension Library -->
33+
- Extension version: <!-- [e.g. 2.0.0] get this from the Nova Extension Library -->
3434
- TypeScript version: <!-- [e.g. 4.0.2] 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.0.2] get this from the extension sidebar -->
3636
- macOS version: <!-- [e.g. 10.15.5 (19F101)] get this from  > About This Mac -->

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ All user-facing changes should be documented in [CHANGELOG.md](./CHANGELOG.md).
4242

4343
Run `yarn build` first.
4444

45-
Replace `future` in the changelog with a new version, following semver. Update the version in the [bug report template](./.github/ISSUE_TEMPLATE/bug_report.md), [`package.json`](./package.json), and [extension manifest](./typescript.novaextension/extension.json).
45+
Replace `future` in the changelog with a new version, following semver. Update the version in the [bug report template](./.github/ISSUE_TEMPLATE/bug_report.md) and [extension manifest](./typescript.novaextension/extension.json).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nova-typescript",
3-
"version": "1.8.2",
3+
"version": "0.0.0",
44
"description": "TypeScript language support for Nova.",
55
"main": "",
66
"private": true,

typescript.novaextension/CHANGELOG.md

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

3-
## future
3+
## v2.0.0
44

55
### Fixed
66

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

0 commit comments

Comments
 (0)