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: b67c826b5582f6dd5394d9823a4334b79887af3f
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: 5948fc1f069a8f1517d4fb88096699d14bcc59c6
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 30, 2023

  1. feat: add root index (#906)

    childish-sambino authored Jan 30, 2023
    Copy the full SHA
    5d82b87 View commit details
  2. Copy the full SHA
    1f4e717 View commit details
  3. Release 4.1.0

    twilio-dx committed Jan 30, 2023
    Copy the full SHA
    5948fc1 View commit details
Showing with 10 additions and 2 deletions.
  1. +6 −0 CHANGES.md
  2. +4 −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.1.0
--------------------------
**Library - Feature**
- [PR #906](https://github.com/twilio/twilio-node/pull/906): add root index. Thanks to [@childish-sambino](https://github.com/childish-sambino)!


[2023-01-30] Version 4.0.2
--------------------------
**Library - Fix**
6 changes: 4 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.2",
"version": "4.1.0",
"author": "API Team <api@twilio.com>",
"contributors": [
{
@@ -69,7 +69,9 @@
"typedoc": "typedoc --entryPointStrategy expand src --out docs --logLevel Error"
},
"files": [
"lib"
"lib",
"index.js",
"index.d.ts"
],
"main": "./lib",
"types": "./index.d.ts",