Commit 6dad8c07fde18748b30412a1084149773df87282

Authored by ly525
1 parent 66fe3b0c

"chore(release): 1.12.0"

Showing 2 changed files with 16 additions and 1 deletions
CHANGELOG.md
... ... @@ -2,6 +2,21 @@
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.12.0](https://github.com/ly525/luban-h5/compare/v1.11.0...v1.12.0) (2020-08-25)
  6 +
  7 +
  8 +### Features
  9 +
  10 +* support import csv; !#zh: 支持导入 csv ([ca2a991](https://github.com/ly525/luban-h5/commit/ca2a9918ce979fb4b96e4a7ce252cd9d6f46dcaa))
  11 +* support publish page !#zh: 支持发布页面 ([85b6cf6](https://github.com/ly525/luban-h5/commit/85b6cf69633b5fce386e09d5c9e8256ca770cdcd))
  12 +* **component:** 支持水印功能 !#en: add watermark ([7cf954c](https://github.com/ly525/luban-h5/commit/7cf954cf2f20f18a3216278ad4cf9cb26c8e84e7))
  13 +* **component:** !#zh: 增加表格组件 !#: add table component ([7b6ce8e](https://github.com/ly525/luban-h5/commit/7b6ce8ec78e5b9ea349b132d8ee1560a3cd103b3))
  14 +
  15 +
  16 +### Bug Fixes
  17 +
  18 +* add scroll for shortcut-panel ([1beb681](https://github.com/ly525/luban-h5/commit/1beb681ab6b2b2e78c15922e39a464beb0f6f925))
  19 +
5 20 ## [1.11.0](https://github.com/ly525/luban-h5/compare/v1.10.2...v1.11.0) (2020-08-25)
6 21  
7 22  
... ...
package.json
1 1 {
2 2 "name": "luban-h5",
3   - "version": "1.11.0",
  3 + "version": "1.12.0",
4 4 "description": "en: A mobile page builder/editor, similar with amolink. zh: 类似易企秀的H5制作、建站工具.",
5 5 "dependencies": {
6 6 "flightplan": "^0.6.20",
... ...