From 4151b7523ce88f7fedc4bb01cb041ccb12bb6177 Mon Sep 17 00:00:00 2001 From: Gordon Smith Date: Fri, 16 Jun 2023 17:51:04 +0100 Subject: [PATCH] chore(release): 2.23.0 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e39ec514..d47e8aa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.23.0](https://github.com/hpcc-systems/vscode-ecl/compare/v2.22.5...v2.23.0) (2023-06-16) + + +### Features + +* Add ecl.submitNoArchive command ([4f3620c](https://github.com/hpcc-systems/vscode-ecl/commit/4f3620c7a8069ff8e6e84f9545eac796337baa68)), closes [#345](https://github.com/hpcc-systems/vscode-ecl/issues/345) +* Added pingInterval setting ([1d675be](https://github.com/hpcc-systems/vscode-ecl/commit/1d675bef30b23db3500d398f9adc8e190447300f)) +* Point ECL help to new website ([99c173a](https://github.com/hpcc-systems/vscode-ecl/commit/99c173a2ba91ebd587d9e302a44b3bfeec01fe4d)) + ### [2.22.5](https://github.com/hpcc-systems/vscode-ecl/compare/v2.22.4...v2.22.5) (2023-05-26) diff --git a/package-lock.json b/package-lock.json index ff84a215..591d4d58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ecl", - "version": "2.22.5", + "version": "2.23.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ecl", - "version": "2.22.5", + "version": "2.23.0", "dependencies": { "@vscode/webview-ui-toolkit": "1.2.2" }, diff --git a/package.json b/package.json index b744558c..171430bb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "ecl", - "version": "2.22.5", + "version": "2.23.0", "publisher": "hpcc-systems", "displayName": "ECL Language", "description": "ECL (Enterprise Control Language) support for Visual Studio Code", @@ -1335,4 +1335,4 @@ } ] } -} \ No newline at end of file +}