Skip to content

Commit

Permalink
💎 release 0.0.4 , a bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Feb 23, 2018
1 parent be7d4c5 commit 20203f2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# change log

# 1.0.3 - 23.02.2018
# 1.0.4 - 23.02.2018

added word map from echarts
2 changes: 1 addition & 1 deletion echarts-countries-js/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
define(["require", "exports"], function (require, exports) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var version = '1.0.3';
var version = '1.0.4';
function load_ipython_extension() {
console.log("echarts-countries-js " + version + " has been loaded");
}
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ gulp.task('config', function(){
var myKey = pinyin_map[key];
file_map[myKey] = myKey;
});
file_map['china'] = 'China';
file_map['china'] = 'china';
file_map['world'] = 'world';
var config = {
PINYIN_MAP: pinyin_map,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "echarts-countries-js",
"version": "1.0.3",
"version": "1.0.4",
"description": "Packages all countries for front end developers",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@
"Yemen": "Yemen",
"Zambia": "Zambia",
"Zimbabwe": "Zimbabwe",
"china": "China",
"china": "china",
"world": "world"
},
"JUPYTER_URL": "/nbextensions/echarts-countries-js",
Expand Down

0 comments on commit 20203f2

Please sign in to comment.