Skip to content

Commit

Permalink
fix - revert last change and add an extra break
Browse files Browse the repository at this point in the history
  • Loading branch information
alextremp committed Jan 23, 2020
1 parent 900e101 commit 9844c47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/versiona.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ const versiona = ({
const oldVersion = packageJSON.version

packageJSON.version = releaseVersion
const updatedJSON = JSON.stringify(packageJSON, null, 2).trim()
const updatedJSON = `${JSON.stringify(packageJSON, null, 2)}
`

log.info(() => [
'Updating...',
Expand Down

0 comments on commit 9844c47

Please sign in to comment.