Skip to content

Commit

Permalink
💎 release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Mar 9, 2018
1 parent 0047813 commit 26483d0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#Change log

## 0.0.1 - 09/03/2018

首先增加 11 区域图。
2 changes: 1 addition & 1 deletion echarts-china-misc-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.0';
var version = '0.0.1';
function load_ipython_extension() {
console.log("echarts-china-misc-js " + version + " has been loaded");
}
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-china-misc-js",
"version": "1.0.0",
"version": "0.0.1",
"description": "Package maps of custom regions in China",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 26483d0

Please sign in to comment.