diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 35f1f1f2..1df9fdf1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -30,7 +30,7 @@ If applicable, add screenshots to help explain your problem. **Environment** - Nova version: -- Extension version: +- Extension version: - TypeScript version: - Sidebar information: - macOS version: diff --git a/typescript.novaextension/CHANGELOG.md b/typescript.novaextension/CHANGELOG.md index b15315f0..3190ec44 100644 --- a/typescript.novaextension/CHANGELOG.md +++ b/typescript.novaextension/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## future +## v2.0.1 ## Fixed diff --git a/typescript.novaextension/extension.json b/typescript.novaextension/extension.json index 6fd3ac35..4761e485 100644 --- a/typescript.novaextension/extension.json +++ b/typescript.novaextension/extension.json @@ -3,7 +3,7 @@ "name": "TypeScript", "organization": "Cameron Little", "description": "Advanced TypeScript and JavaScript language support for Nova", - "version": "2.0.0", + "version": "2.0.1", "categories": ["completions", "languages", "issues", "sidebars"], "license": "MIT", "repository": "https://github.com/apexskier/nova-typescript",