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

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apexskier committed Oct 29, 2020
1 parent e13e922 commit 8ea0249
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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. 1.2 (207005)] get this from Nova > About Nova -->
- Extension version: <!-- [e.g. 1.8.2] get this from the Nova Extension Library -->
- Extension version: <!-- [e.g. 2.0.0] get this from the Nova Extension Library -->
- TypeScript version: <!-- [e.g. 4.0.2] get this from your project, e.g. run `yarn run tsc --version` in your terminal -->
- Sidebar information: <!-- [e.g. Status Running, TypeScript Version 4.0.2] get this from the extension sidebar -->
- macOS version: <!-- [e.g. 10.15.5 (19F101)] get this from  > About This Mac -->
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ All user-facing changes should be documented in [CHANGELOG.md](./CHANGELOG.md).

Run `yarn build` first.

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).
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).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nova-typescript",
"version": "1.8.2",
"version": "0.0.0",
"description": "TypeScript language support for Nova.",
"main": "",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion typescript.novaextension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## future
## v2.0.0

### Fixed

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

0 comments on commit 8ea0249

Please sign in to comment.