Commit 775061e52d716f3c9eb906933e6207c007753f2f

Authored by ly525
1 parent 4b859054

"chore(release): 1.13.1"

Showing 2 changed files with 15 additions and 1 deletions
CHANGELOG.md
... ... @@ -2,6 +2,20 @@
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.13.1](https://github.com/ly525/luban-h5/compare/v1.13.0...v1.13.1) (2020-08-31)
  6 +
  7 +
  8 +### Features
  9 +
  10 +* 优化图片库,增加分页; optimize image gallery(add pagination) ([1744cbd](https://github.com/ly525/luban-h5/commit/1744cbd4baedef0d9aef24a28cd8e7c7b3aa5ee7))
  11 +* **chart:** add Radar Chart; !#zh: 雷达图 ([efe28dc](https://github.com/ly525/luban-h5/commit/efe28dcf953e44ce00eb44cc5abedf4c97ab6d27))
  12 +
  13 +
  14 +### Bug Fixes
  15 +
  16 +* [#48](https://github.com/ly525/luban-h5/issues/48) [#56](https://github.com/ly525/luban-h5/issues/56) [#60](https://github.com/ly525/luban-h5/issues/60) [#45](https://github.com/ly525/luban-h5/issues/45) ([6d12467](https://github.com/ly525/luban-h5/commit/6d12467bff1b13ffa8d96c6453520c1ea3b0f18c))
  17 +* update plugin-common-props ([4b85905](https://github.com/ly525/luban-h5/commit/4b85905466f249a287d1db24c02dd45b5fd8f0d9))
  18 +
5 19 ## [1.13.0](https://github.com/ly525/luban-h5/compare/v1.12.0...v1.13.0) (2020-08-30)
6 20  
7 21  
... ...
package.json
1 1 {
2 2 "name": "luban-h5",
3   - "version": "1.13.0",
  3 + "version": "1.13.1",
4 4 "description": "en: A mobile page builder/editor, similar with amolink. zh: 类似易企秀的H5制作、建站工具.",
5 5 "dependencies": {
6 6 "flightplan": "^0.6.20",
... ...