Skip to content

Commit bfaf33c

Browse files
committed
Fix CHANGELOG generation in preversion script now that an npm env var changed
1 parent cdbcfa5 commit bfaf33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "mocha",
99
"test:ci": "npm run coverage",
1010
"coverage": "nyc --reporter=lcov --reporter=text --all -- npm test && echo google-chrome coverage/lcov-report/index.html",
11-
"preversion": "offline-github-changelog --next=${npm_package_version} > CHANGELOG.md && git add CHANGELOG.md"
11+
"preversion": "offline-github-changelog --next=${npm_new_version} > CHANGELOG.md && git add CHANGELOG.md"
1212
},
1313
"repository": {
1414
"type": "git",

0 commit comments

Comments
 (0)