Skip to content

Commit

Permalink
Release v4.0.0
Browse files Browse the repository at this point in the history
* support ECMAScript2022
* enable WASM
* enable debugger and vscode extension
* enable multi target/platform builds
* optimize performance/memory
* fix bugs

Signed-off-by: HyukWoo Park <hyukwoo.park@samsung.com>
  • Loading branch information
clover2123 authored and ksh8281 committed Apr 5, 2023
1 parent 8f47597 commit 3e1fa28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/es-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion RELEASE_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.0.0
v4.0.0

0 comments on commit 3e1fa28

Please sign in to comment.