Commit 845dfae83aa716922682f734b549f7f0364a2c6e

Authored by ly525
1 parent 30b96927

chore(release): 1.10.0

Showing 2 changed files with 9 additions and 1 deletions
CHANGELOG.md
... ... @@ -2,6 +2,14 @@
2 2  
3 3 All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4 4  
  5 +## [1.10.0](https://github.com/ly525/luban-h5/compare/v1.9.0...v1.10.0) (2020-05-17)
  6 +
  7 +
  8 +### Features
  9 +
  10 +* **component:** 增加公告组件; ([e839d9c](https://github.com/ly525/luban-h5/commit/e839d9c))
  11 +* **PropTypes:** upgrade PropTypes from object to function; #!zh: 升级 PropTypes: 更新为函数, 便于后期扩展 ([30b9692](https://github.com/ly525/luban-h5/commit/30b9692))
  12 +
5 13 ## [1.9.0](https://github.com/ly525/luban-h5/compare/v1.8.3...v1.9.0) (2020-05-10)
6 14  
7 15  
... ...
package.json
1 1 {
2 2 "name": "luban-h5",
3   - "version": "1.9.0",
  3 + "version": "1.10.0",
4 4 "description": "en: A mobile page builder/editor, similar with amolink. zh: 类似易企秀的H5制作、建站工具.",
5 5 "dependencies": {
6 6 "flightplan": "^0.6.20",
... ...