Skip to content

Commit a8af1dc

Browse files
committed
Fix CHANGELOG generation in preversion script now that an npm env var changed
1 parent 3f6146f commit a8af1dc

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
@@ -69,7 +69,7 @@
6969
"test": "mocha",
7070
"test:ci": "npm run coverage",
7171
"coverage": "NODE_ENV=development nyc --reporter=lcov --reporter=text --all -- mocha && echo google-chrome coverage/lcov-report/index.html",
72-
"preversion": "offline-github-changelog --next=${npm_package_version} > CHANGELOG.md && git add CHANGELOG.md"
72+
"preversion": "offline-github-changelog --next=${npm_new_version} > CHANGELOG.md && git add CHANGELOG.md"
7373
},
7474
"nyc": {
7575
"include": [

0 commit comments

Comments
 (0)