This is an automated email from the ASF dual-hosted git repository.

hehao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-www.git


The following commit(s) were added to refs/heads/master by this push:
     new 0355dc25 chore: release 5.4.3
0355dc25 is described below

commit 0355dc25c755c28e1ac1ce1c870d8438b697371e
Author: 50 <jiawu...@vip.qq.com>
AuthorDate: Tue Jul 18 11:58:42 2023 +0800

    chore: release 5.4.3
---
 js/download.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/js/download.js b/js/download.js
index 38aefdc1..01846710 100644
--- a/js/download.js
+++ b/js/download.js
@@ -1,9 +1,9 @@
 // 
$.getJSON("https://api.github.com/repos/apache/echarts/releases";).done(function 
(param) {
     // `yyyy-MM-dd` should be correct. `hh:mm:ss` doesn't matter.
     var param = [{
-        publishedAt: '2023-03-23T00:00:00Z',
+        publishedAt: '2023-07-18T00:00:00Z',
         prerelease: false,
-        name: '5.4.2'
+        name: '5.4.3'
     }];
     var table = document.getElementById('download-table');
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to