From 3e1fa28c8f1a8c6f34e2dd81461e90dee32b63e1 Mon Sep 17 00:00:00 2001 From: HyukWoo Park Date: Wed, 5 Apr 2023 12:24:43 +0900 Subject: [PATCH] Release v4.0.0 * support ECMAScript2022 * enable WASM * enable debugger and vscode extension * enable multi target/platform builds * optimize performance/memory * fix bugs Signed-off-by: HyukWoo Park --- .github/workflows/es-actions.yml | 2 +- RELEASE_VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/es-actions.yml b/.github/workflows/es-actions.yml index 8fe7dff32..8a3b67452 100644 --- a/.github/workflows/es-actions.yml +++ b/.github/workflows/es-actions.yml @@ -513,6 +513,6 @@ jobs: --form token=$TOKEN \ --form email=$NOTI_MAIL \ --form file=@escargot.tgz \ - --form version="3.0.0" \ + --form version="4.0.0" \ --form description="escargot coverity scan" \ https://scan.coverity.com/builds?project=Samsung%2Fescargot diff --git a/RELEASE_VERSION b/RELEASE_VERSION index ad55eb85f..857572fcd 100644 --- a/RELEASE_VERSION +++ b/RELEASE_VERSION @@ -1 +1 @@ -v3.0.0 +v4.0.0