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

sushuang 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 0ef320a  download version add 5.0.1
0ef320a is described below

commit 0ef320a20215a31404887c778466f36f0e82b8ef
Author: 100pah <[email protected]>
AuthorDate: Tue Jan 19 22:11:29 2021 +0800

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

diff --git a/js/download.js b/js/download.js
index f51a773..c8567f1 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: '2020-12-18T00:00:00Z',
+        prerelease: false,
+        name: '5.0.1'
+    }, {
         publishedAt: '2020-12-02T00:00:00Z',
         prerelease: false,
         name: '5.0.0'


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to