Skip to content

Commit

Permalink
build: release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyuanchen committed Sep 1, 2017
1 parent 7d54e0a commit 614a22b
Show file tree
Hide file tree
Showing 9 changed files with 620 additions and 526 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

### 2.0.1 (Sep 1, 2017)

- Updated districts.

### 2.0.0 (Jun 1, 2017)

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@

```
dist/
├── distpicker.js (98 KB, UMD)
├── distpicker.min.js (71 KB, UMD, compressed)
├── distpicker.common.js (98 KB, CommonJS)
└── distpicker.esm.js (98 KB, ES Module)
├── distpicker.js (UMD)
├── distpicker.min.js (UMD, compressed)
├── distpicker.common.js (CommonJS, default)
└── distpicker.esm.js (ES Module)
```


Expand Down
Loading

0 comments on commit 614a22b

Please sign in to comment.