Skip to content

Commit 3e1fa28

Browse files
clover2123ksh8281
authored andcommitted
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 <[email protected]>
1 parent 8f47597 commit 3e1fa28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/es-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,6 @@ jobs:
513513
--form token=$TOKEN \
514514
--form email=$NOTI_MAIL \
515515
516-
--form version="3.0.0" \
516+
--form version="4.0.0" \
517517
--form description="escargot coverity scan" \
518518
https://scan.coverity.com/builds?project=Samsung%2Fescargot

RELEASE_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.0.0
1+
v4.0.0

0 commit comments

Comments
 (0)