Update or add CHANGELOG entries for all packages that will be published by Lerna to include a beta version. This dictates the version published to NPM and avoids any default patch bumps

This commit is contained in:
fabioberger
2019-10-01 17:56:57 +08:00
parent 71660850af
commit 8c5e12d389
46 changed files with 186 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
[
{
"version": "2.4.0",
"version": "2.4.0-beta.0",
"changes": [
{
"note": "`revertWith` mocha extensions now accept Promise-like objects instead of just Promises",