Skip to content

Commit

Permalink
0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
limaofeng committed Sep 2, 2021
1 parent 0d6c355 commit bacbdf8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.2.7](https://github.com/limaofeng/sunmao/compare/v0.2.6...v0.2.7) (2021-09-02)


### Bug Fixes

* 自动转换组件名称逻辑为 upperFirst(camelCase(${name})) ([0d6c355](https://github.com/limaofeng/sunmao/commit/0d6c3559c00cf851abff9a29378af18199c786de))



## [0.2.6](https://github.com/limaofeng/sunmao/compare/v0.2.5...v0.2.6) (2021-08-30)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.6",
"version": "0.2.7",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit bacbdf8

Please sign in to comment.