Commit 0036132672ee14fd91a9065486ac3a8b30337c86

Authored by ly525
1 parent 1bdc277a

chore(release): 1.2.0

Showing 2 changed files with 16 additions and 2 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.2.0](https://github.com/ly525/luban-h5/compare/v1.1.0...v1.2.0) (2019-09-01)
  6 +
  7 +
  8 +### Bug Fixes
  9 +
  10 +* correct the type for undo-redo plugin ([e3d7ccc](https://github.com/ly525/luban-h5/commit/e3d7ccc))
  11 +
  12 +
  13 +### Features
  14 +
  15 +* **plugin:** form radio ([6eb308f](https://github.com/ly525/luban-h5/commit/6eb308f))
  16 +* **plugin:** support form checkbox ([7f823fc](https://github.com/ly525/luban-h5/commit/7f823fc))
  17 +
5 18 ## [1.1.0](https://github.com/ly525/luban-h5/compare/v1.0.0...v1.1.0) (2019-08-25)
6 19  
7 20  
... ...
package.json
1 1 {
2 2 "name": "luban-h5",
3   - "version": "1.1.0",
  3 + "version": "1.2.0",
4 4 "description": "en: A mobile page builder/editor, similar with amolink. zh: 类似易企秀的H5制作、建站工具.",
5 5 "dependencies": {
6   - "flightplan": "^0.6.20"
  6 + "flightplan": "^0.6.20",
  7 + "standard-version": "^7.0.0"
7 8 },
8 9 "devDependencies": {},
9 10 "scripts": {
... ...