async
async copied to clipboard
Changelog does not include the latest version (v 3.2.6)
What has been introduced 3.2.6? Any breaking changes?
preversion checks are useful for avoiding this kind of issue. E.g.
"preversion": "grep \"\\[$npm_new_version\\]\" CHANGELOG.md > /dev/null || ( echo \"You need to add an entry in CHANGELOG.md for this version. ($npm_new_version)\" && false )",