Commit eefa808f76451f0a0abacf470b617520758fab17
1 parent
3d455d7d
chore(release): 1.1.0
Showing
2 changed files
with
30 additions
and
0 deletions
CHANGELOG.md
| @@ -2,6 +2,13 @@ | @@ -2,6 +2,13 @@ | ||
| 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.1.0](https://github.com/ly525/luban-h5/compare/v1.0.0...v1.1.0) (2019-08-25) | ||
| 6 | + | ||
| 7 | + | ||
| 8 | +### Features | ||
| 9 | + | ||
| 10 | +* support work template ([3d455d7](https://github.com/ly525/luban-h5/commit/3d455d7)) | ||
| 11 | + | ||
| 5 | ## 1.0.0 (2019-08-25) | 12 | ## 1.0.0 (2019-08-25) |
| 6 | 13 | ||
| 7 | 14 |
package.json
0 → 100644
| 1 | +{ | ||
| 2 | + "name": "luban-h5", | ||
| 3 | + "version": "1.1.0", | ||
| 4 | + "description": "en: A mobile page builder/editor, similar with amolink. zh: 类似易企秀的H5制作、建站工具.", | ||
| 5 | + "dependencies": {}, | ||
| 6 | + "devDependencies": {}, | ||
| 7 | + "scripts": { | ||
| 8 | + "release-f": "standard-version -f", | ||
| 9 | + "release-major": "standard-version -r major", | ||
| 10 | + "release-minor": "standard-version -r minor", | ||
| 11 | + "release-patch": "standard-version -r patch" | ||
| 12 | + }, | ||
| 13 | + "repository": { | ||
| 14 | + "type": "git", | ||
| 15 | + "url": "git+https://github.com/ly525/luban-h5.git" | ||
| 16 | + }, | ||
| 17 | + "author": "ly525", | ||
| 18 | + "license": "ISC", | ||
| 19 | + "bugs": { | ||
| 20 | + "url": "https://github.com/ly525/luban-h5/issues" | ||
| 21 | + }, | ||
| 22 | + "homepage": "https://github.com/ly525/luban-h5#readme" | ||
| 23 | +} |