From d2d44d79ff4ea28feed447eeb060b9d9b1708f9b Mon Sep 17 00:00:00 2001 From: Twilio Date: Wed, 30 Nov 2022 13:30:29 -0800 Subject: [PATCH] [Librarian] Regenerated @ 262cdcd92a729094d792ceac9c0d3fcf895fea3d --- CHANGES.md | 6 ++++++ package.json | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) 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": {