Skip to content

Commit

Permalink
Release 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hotoo committed May 8, 2019
1 parent 6d447b9 commit f2b37ad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

# CHANGELOG

## 2.9.0 (2019-05-09)

- dict: upgrade web pinyin dict. #243

## 2.8.3 (2017-03-31)

- fixed: 贾,默认读音改为:jiǎ #130
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ install:
build:
@spm build

publish: publish-doc
publish:
@npm publish
@git tag $(version)
@git push origin $(version)
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": "pinyin",
"version": "2.8.3",
"version": "2.9.0",
"description": "汉语拼音转换工具。",
"files": [
"bin",
Expand Down

0 comments on commit f2b37ad

Please sign in to comment.