Commit b4a7ebf084c8321328d8712229b2532c82f92987

Authored by ly525
1 parent 07d12104

chore(release): 1.6.1

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.6.1](https://github.com/ly525/luban-h5/compare/v1.6.0...v1.6.1) (2019-11-03)
  6 +
  7 +
  8 +### Bug Fixes
  9 +
  10 +* **local dev:** fix [#92](https://github.com/ly525/luban-h5/issues/92) ([b8f89c8](https://github.com/ly525/luban-h5/commit/b8f89c8))
  11 +* fix [#98](https://github.com/ly525/luban-h5/issues/98) ([8635c9f](https://github.com/ly525/luban-h5/commit/8635c9f))
  12 +* fix the object will be copied is not passed to the clone function & set a default value for zindex ([2de1aa8](https://github.com/ly525/luban-h5/commit/2de1aa8))
  13 +* pick image from pixabay gallery ([8adfef6](https://github.com/ly525/luban-h5/commit/8adfef6))
  14 +
  15 +
  16 +### Features
  17 +
  18 +* import luban components from npm ([b6b27d3](https://github.com/ly525/luban-h5/commit/b6b27d3))
  19 +
5 20 ## [1.6.0](https://github.com/ly525/luban-h5/compare/v1.5.0...v1.6.0) (2019-10-13)
6 21  
7 22 ## [1.5.0](https://github.com/ly525/luban-h5/compare/v1.4.1...v1.5.0) (2019-10-10)
... ...
package.json
1 1 {
2 2 "name": "luban-h5",
3   - "version": "1.6.0",
  3 + "version": "1.6.1",
4 4 "description": "en: A mobile page builder/editor, similar with amolink. zh: 类似易企秀的H5制作、建站工具.",
5 5 "dependencies": {
6 6 "flightplan": "^0.6.20",
... ...