diff --git a/CHANGES.md b/CHANGES.md index 35ec22ca2d..96b5db95e0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,12 @@ twilio-node changelog ===================== +[2022-11-30] Version 4.0.0-rc.2 +------------------------------- +**Library - Fix** +- [PR #831](https://github.com/twilio/twilio-node/pull/831): add prepublish step for compiling. Thanks to [@childish-sambino](https://github.com/childish-sambino)! + + [2022-11-30] Version 4.0.0-rc.1 ------------------------------- **Note:** This release contains breaking changes, check our [upgrade guide](./UPGRADE.md#2022-11-30-3xx-to-400-rc1) for detailed migration notes. diff --git a/package.json b/package.json index d243a0a99e..3f3a42c8b2 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,9 @@ "cluster": "jest ./cluster_test.spec.ts --coverage", "webhook-test": "jest ./webhook_cluster_test.spec.ts --coverage" }, - "files": ["dist"], + "files": [ + "dist" + ], "main": "./dist/lib", "types": "./dist/index.d.ts", "engines": {