Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: twilio/twilio-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dd51e7a0ed4f4c2dbb76fe76f740cd3662b69837
Choose a base ref
...
head repository: twilio/twilio-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b67c826b5582f6dd5394d9823a4334b79887af3f
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 30, 2023

  1. fix: correct included files path (#905)

    childish-sambino authored Jan 30, 2023
    Copy the full SHA
    a5992be View commit details
  2. Copy the full SHA
    d1ccc37 View commit details
  3. Release 4.0.2

    twilio-dx committed Jan 30, 2023
    Copy the full SHA
    b67c826 View commit details
Showing with 8 additions and 2 deletions.
  1. +6 −0 CHANGES.md
  2. +2 −2 package.json
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
twilio-node changelog
=====================

[2023-01-30] Version 4.0.2
--------------------------
**Library - Fix**
- [PR #905](https://github.com/twilio/twilio-node/pull/905): correct included files path. Thanks to [@childish-sambino](https://github.com/childish-sambino)!


[2023-01-30] Version 4.0.1
--------------------------
**Library - Test**
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "twilio",
"description": "A Twilio helper library",
"version": "4.0.1",
"version": "4.0.2",
"author": "API Team <api@twilio.com>",
"contributors": [
{
@@ -69,7 +69,7 @@
"typedoc": "typedoc --entryPointStrategy expand src --out docs --logLevel Error"
},
"files": [
"list"
"lib"
],
"main": "./lib",
"types": "./index.d.ts",