Skip to content

Commit

Permalink
ci: fix semantic-release plugin order to add package.json version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis committed Oct 24, 2019
1 parent 3753a62 commit 5486576
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
["@semantic-release/changelog", {
"changelogFile": "CHANGELOG.md"
}],
"@semantic-release/npm",
"@semantic-release/git",
"@semantic-release/github",
"@semantic-release/npm"
"@semantic-release/github"
],
"branch": "master"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-did-resolver",
"version": "1.0.2-dev.0",
"version": "1.2.0",
"description": "Resolve DID documents from an https domain",
"main": "lib/resolver.js",
"types": "lib/resolver.d.ts",
Expand Down

0 comments on commit 5486576

Please sign in to comment.