Commit ac191429752964ca0f444ab6e35a4f593e183d1d

Authored by ly525
1 parent a42734b0

chore(release): 1.8.0

Showing 2 changed files with 14 additions and 1 deletions
CHANGELOG.md
... ... @@ -2,6 +2,19 @@
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.8.0](https://github.com/ly525/luban-h5/compare/v1.7.4...v1.8.0) (2020-01-11)
  6 +
  7 +
  8 +### Bug Fixes
  9 +
  10 +* build engine if front-end build ([d5142a3](https://github.com/ly525/luban-h5/commit/d5142a3))
  11 +* could not replace localhost:1337 if coverUrl is null ([942ad39](https://github.com/ly525/luban-h5/commit/942ad39))
  12 +
  13 +
  14 +### Features
  15 +
  16 +* serve editor(front-end) with strapi(koa-static) ([1f9f1ab](https://github.com/ly525/luban-h5/commit/1f9f1ab))
  17 +
5 18 ### [1.7.4](https://github.com/ly525/luban-h5/compare/v1.7.3...v1.7.4) (2020-01-04)
6 19  
7 20  
... ...
package.json
1 1 {
2 2 "name": "luban-h5",
3   - "version": "1.7.4",
  3 + "version": "1.8.0",
4 4 "description": "en: A mobile page builder/editor, similar with amolink. zh: 类似易企秀的H5制作、建站工具.",
5 5 "dependencies": {
6 6 "flightplan": "^0.6.20",
... ...