diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8d28166c..740627f0 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 56624db5..05246da7 100644 --- a/typescript.novaextension/CHANGELOG.md +++ b/typescript.novaextension/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v2.1.1 + +### Changed + +- Update bundled language server with crash fix + ## v2.1.0 ### Added diff --git a/typescript.novaextension/extension.json b/typescript.novaextension/extension.json index dba1ad48..1d9ffc76 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.1.0", + "version": "2.1.1", "categories": ["completions", "languages", "issues", "sidebars"], "license": "MIT", "repository": "https://github.com/apexskier/nova-typescript",