diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 59c50cf6..13d71526 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 d538eb85..016a13ad 100644 --- a/typescript.novaextension/CHANGELOG.md +++ b/typescript.novaextension/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## future +## v2.4.0 ### Added diff --git a/typescript.novaextension/extension.json b/typescript.novaextension/extension.json index cdf9f2c8..5d00de8d 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.3.0", + "version": "2.4.0", "categories": [ "completions", "formatters",