Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ly525 committed Aug 25, 2019
1 parent 3d455d7 commit eefa808
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

## [1.1.0](https://github.com/ly525/luban-h5/compare/v1.0.0...v1.1.0) (2019-08-25)


### Features

* support work template ([3d455d7](https://github.com/ly525/luban-h5/commit/3d455d7))

## 1.0.0 (2019-08-25)


Expand Down
23 changes: 23 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "luban-h5",
"version": "1.1.0",
"description": "en: A mobile page builder/editor, similar with amolink. zh: 类似易企秀的H5制作、建站工具.",
"dependencies": {},
"devDependencies": {},
"scripts": {
"release-f": "standard-version -f",
"release-major": "standard-version -r major",
"release-minor": "standard-version -r minor",
"release-patch": "standard-version -r patch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ly525/luban-h5.git"
},
"author": "ly525",
"license": "ISC",
"bugs": {
"url": "https://github.com/ly525/luban-h5/issues"
},
"homepage": "https://github.com/ly525/luban-h5#readme"
}

0 comments on commit eefa808

Please sign in to comment.