apollo-server/lerna.json

16 lines
414 B
JSON
Raw Normal View History

{
"lerna": "2.0.0-beta.30",
2017-01-12 23:56:19 +08:00
"version": "0.5.0",
"changelog": {
"repo": "apollostack/graphql-server",
"labels": {
"tag: breaking change": ":boom: Breaking Change",
"tag: new feature": ":rocket: New Feature",
"tag: bug fix": ":bug: Bug Fix",
"tag: polish": ":nail_care: Polish",
"tag: documentation": "Documentation",
"tag: internal": ":house: Internal"
}
}
}