Skip to content

Commit 3e8848e

Browse files
committedSep 10, 2018
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2018-09-10) ### Bug Fixes * **rawoutput:** can be a string or a js object ([791a782](791a782)) * **validation:** make process info required ([cbf7255](cbf7255)) ### Features * **cli:** reading from stdin and file ([8c002da](8c002da)) * **dependencies:** enable semantic release ([0728675](0728675)) * **format:** use new format ([39df906](39df906)) * **metadata:** add basic metadata validation ([432406b](432406b)) * **paths:** enforce paths format validation ([53c1653](53c1653))
1 parent 4b862b0 commit 3e8848e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"author": "",
1414
"license": "ISC",
1515
"dependencies": {
16+
"@semantic-release/git": "^5.0.0",
1617
"commander": "^2.17.1",
1718
"joi": "^13.6.0",
18-
"semantic-release": "^15.9.8",
19-
"@semantic-release/git": "^5.0.0"
19+
"semantic-release": "^15.9.14"
2020
},
2121
"release": {
2222
"verifyConditions": [

0 commit comments

Comments
 (0)
Failed to load comments.