Commit 55145def0d386966ab797f0f84c918846f001610

Authored by ly525
1 parent 722031c9

chore(release): 1.9.0

Showing 2 changed files with 17 additions and 1 deletions
CHANGELOG.md
... ... @@ -2,6 +2,22 @@
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.9.0](https://github.com/ly525/luban-h5/compare/v1.8.3...v1.9.0) (2020-05-10)
  6 +
  7 +
  8 +### Bug Fixes
  9 +
  10 +* confirm the firstState for the undoRedoPlugin ([a968260](https://github.com/ly525/luban-h5/commit/a968260))
  11 +* [#155](https://github.com/ly525/luban-h5/issues/155) ([fc8ffc4](https://github.com/ly525/luban-h5/commit/fc8ffc4))
  12 +* add Ps text ([5ace866](https://github.com/ly525/luban-h5/commit/5ace866))
  13 +* not show background image or color ([b40b2dd](https://github.com/ly525/luban-h5/commit/b40b2dd))
  14 +
  15 +
  16 +### Features
  17 +
  18 +* support long page mode(alpha); ([722031c](https://github.com/ly525/luban-h5/commit/722031c))
  19 +* 添加快捷键+更完整的辅助线提示 ([#148](https://github.com/ly525/luban-h5/issues/148)) add shortcuts for editor and more guidelines ([d039dcb](https://github.com/ly525/luban-h5/commit/d039dcb))
  20 +
5 21 ### [1.8.3](https://github.com/ly525/luban-h5/compare/v1.8.2...v1.8.3) (2020-02-19)
6 22  
7 23  
... ...
package.json
1 1 {
2 2 "name": "luban-h5",
3   - "version": "1.8.3",
  3 + "version": "1.9.0",
4 4 "description": "en: A mobile page builder/editor, similar with amolink. zh: 类似易企秀的H5制作、建站工具.",
5 5 "dependencies": {
6 6 "flightplan": "^0.6.20",
... ...