Commit a8024e1d837bcf826cf56a28d08efe38ee92ee76

Authored by ly525
1 parent e0f53591

chore(release): 1.7.4

Showing 2 changed files with 18 additions and 1 deletions
CHANGELOG.md
@@ -2,6 +2,23 @@ @@ -2,6 +2,23 @@
2 2
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. 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.7.4](https://github.com/ly525/luban-h5/compare/v1.7.3...v1.7.4) (2020-01-04)
  6 +
  7 +
  8 +### Bug Fixes
  9 +
  10 +* [#121](https://github.com/ly525/luban-h5/issues/121) ([18bbe16](https://github.com/ly525/luban-h5/commit/18bbe16))
  11 +* do not set editingElement null if change tab(not background) ([3e068da](https://github.com/ly525/luban-h5/commit/3e068da))
  12 +* form stat api 500; (zh) 修正表单统计接口无法获取数据 ([bd620f1](https://github.com/ly525/luban-h5/commit/bd620f1))
  13 +* remove localhost:1337 temporarily in cover url ([5933eed](https://github.com/ly525/luban-h5/commit/5933eed))
  14 +* **typo:** animation delay ([47bd979](https://github.com/ly525/luban-h5/commit/47bd979))
  15 +* remove 0 on canvas ([90e6fa6](https://github.com/ly525/luban-h5/commit/90e6fa6))
  16 +
  17 +
  18 +### Features
  19 +
  20 +* **plugin:** background music ([e0f5359](https://github.com/ly525/luban-h5/commit/e0f5359))
  21 +
5 ### [1.7.3](https://github.com/ly525/luban-h5/compare/v1.7.2...v1.7.3) (2019-12-21) 22 ### [1.7.3](https://github.com/ly525/luban-h5/compare/v1.7.2...v1.7.3) (2019-12-21)
6 23
7 24
package.json
1 { 1 {
2 "name": "luban-h5", 2 "name": "luban-h5",
3 - "version": "1.7.3", 3 + "version": "1.7.4",
4 "description": "en: A mobile page builder/editor, similar with amolink. zh: 类似易企秀的H5制作、建站工具.", 4 "description": "en: A mobile page builder/editor, similar with amolink. zh: 类似易企秀的H5制作、建站工具.",
5 "dependencies": { 5 "dependencies": {
6 "flightplan": "^0.6.20", 6 "flightplan": "^0.6.20",