You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2021/09/21 02:36:33 UTC

[echarts-www] branch master updated: add 5.2.1

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

shenyi 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 f7b31b9  add 5.2.1
f7b31b9 is described below

commit f7b31b947c9ab4ae472552890d0b42c97ee0536f
Author: pissang <bm...@gmail.com>
AuthorDate: Tue Sep 21 10:36:26 2021 +0800

    add 5.2.1
---
 js/download.js | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/js/download.js b/js/download.js
index 91a3140..d9e32af 100644
--- a/js/download.js
+++ b/js/download.js
@@ -1,6 +1,10 @@
 // $.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: '2021-09-21T00:00:00Z',
+        prerelease: false,
+        name: '5.2.1'
+    }, {
         publishedAt: '2021-09-01T00:00:00Z',
         prerelease: false,
         name: '5.2.0'

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