Skip to content

Commit

Permalink
fix(changelog): fix script changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
anteriovieira committed Sep 18, 2018
1 parent de06599 commit 38bc0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/utils/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ const gen = module.exports = version => {
})
}

const version = require('../../package.json')
const { version } = require('../../package.json')
gen(version)

0 comments on commit 38bc0c1

Please sign in to comment.