From 53f3d73695db66adcc573eeb655d9e03d6fcf48f Mon Sep 17 00:00:00 2001 From: Cameron Little Date: Sat, 24 Apr 2021 15:17:30 +0200 Subject: [PATCH] Prep for v2.2.0 update (#245) --- .github/ISSUE_TEMPLATE/bug_report.md | 10 +++++----- typescript.novaextension/CHANGELOG.md | 6 +++++- typescript.novaextension/extension.json | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 740627f0..aa00fa0b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -29,11 +29,11 @@ If applicable, add screenshots to help explain your problem. **Environment** -- Nova version: -- Extension version: -- TypeScript version: -- Sidebar information: -- macOS version: +- Nova version: +- Extension version: +- TypeScript version: +- Sidebar information: +- macOS version: - NodeJS information: - node version: - npm version: diff --git a/typescript.novaextension/CHANGELOG.md b/typescript.novaextension/CHANGELOG.md index 368ab51b..b7052b4a 100644 --- a/typescript.novaextension/CHANGELOG.md +++ b/typescript.novaextension/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## future +## 2.2.0 ### Added @@ -10,6 +10,10 @@ - Configure correct formatting before organizing imports +### Changed + +- Upgrade bundled TypeScript + ## v2.1.1 ### Changed diff --git a/typescript.novaextension/extension.json b/typescript.novaextension/extension.json index fa47a06f..2afd2106 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.1", + "version": "2.2.0", "categories": ["completions", "languages", "issues", "sidebars"], "license": "MIT", "repository": "https://github.com/apexskier/nova-typescript",