From 96a610a1a83e90709f45eb8b56684aba1214f93e Mon Sep 17 00:00:00 2001 From: Gordon Smith Date: Tue, 16 Aug 2022 15:22:43 +0100 Subject: [PATCH] chore(release): 2.20.0 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 6 +++--- package.json | 4 ++-- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 465ce47e..7647b331 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.20.0](https://github.com/hpcc-systems/vscode-ecl/compare/v2.19.2...v2.20.0) (2022-08-16) + + +### Features + +* Switch to new branding ([3de9f12](https://github.com/hpcc-systems/vscode-ecl/commit/3de9f121615690d7f63fd90fce7f931483911f2b)) + + +### Bug Fixes + +* **notebooks:** Initial load fails to display ([3d5ed26](https://github.com/hpcc-systems/vscode-ecl/commit/3d5ed26c84548338e83a1deaa99a4f37e7035f15)) + ### [2.19.2](https://github.com/hpcc-systems/vscode-ecl/compare/v2.19.1...v2.19.2) (2022-06-20) diff --git a/package-lock.json b/package-lock.json index 6cff2d18..0aff229e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ecl", - "version": "2.19.2", + "version": "2.20.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ecl", - "version": "2.19.2", + "version": "2.20.0", "dependencies": { "@vscode/webview-ui-toolkit": "^1.0.0" }, @@ -63,7 +63,7 @@ "webpack-cli": "4.10.0" }, "engines": { - "vscode": "^1.59.0" + "vscode": "^1.70.0" } }, "node_modules/@babel/code-frame": { diff --git a/package.json b/package.json index 258815ca..1b0fa650 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "ecl", - "version": "2.19.2", + "version": "2.20.0", "publisher": "hpcc-systems", "displayName": "ECL Language", "description": "ECL (Enterprise Control Language) support for Visual Studio Code", @@ -1256,4 +1256,4 @@ } ] } -} \ No newline at end of file +}