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: Vonage/vonage-node-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @vonage/server-sdk@3.0.20
Choose a base ref
...
head repository: Vonage/vonage-node-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @vonage/server-sdk@3.1.0
Choose a head ref
  • 5 commits
  • 24 files changed
  • 3 contributors

Commits on Feb 27, 2023

  1. Publish

     - @vonage/accounts@1.0.14
     - @vonage/applications@1.0.13
     - @vonage/audit@1.0.1
     - @vonage/auth@1.0.10
     - @vonage/jwt@1.0.10
     - @vonage/messages@1.0.14
     - @vonage/number-insights@1.0.13
     - @vonage/numbers@1.0.16
     - @vonage/pricing@1.0.13
     - @vonage/server-client@1.0.16
     - @Vonage/server-sdk@3.0.19
     - @vonage/sms@1.0.14
     - @Vonage/verify@1.0.17
     - @vonage/vetch@1.0.11
     - @vonage/video@1.1.1
     - @vonage/voice@1.0.14
    manchuck committed Feb 27, 2023
    Copy the full SHA
    d816a68 View commit details
  2. Copy the full SHA
    75b03cf View commit details

Commits on Feb 28, 2023

  1. build: publish (#797)

    manchuck authored Feb 28, 2023
    Copy the full SHA
    141c4b8 View commit details

Commits on Mar 2, 2023

  1. Copy the full SHA
    0fa9d7f View commit details
  2. Publish

     - @vonage/accounts@1.1.0
     - @vonage/applications@1.1.0
     - @vonage/audit@1.1.0
     - @vonage/auth@1.1.0
     - @vonage/jwt@1.1.0
     - @vonage/messages@1.1.0
     - @vonage/number-insights@1.1.0
     - @vonage/numbers@1.1.0
     - @vonage/pricing@1.1.0
     - @vonage/server-client@1.1.0
     - @Vonage/server-sdk@3.1.0
     - @vonage/sms@1.1.0
     - @Vonage/verify@1.1.0
     - @vonage/vetch@1.1.0
     - @vonage/video@1.2.0
     - @vonage/voice@1.1.0
    dragonmantank committed Mar 2, 2023
    Copy the full SHA
    cd5e345 View commit details
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ jobs:
node: [14.x, 16.x, 18.x]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Node.js ${{ matrix.node }}
uses: actions/setup-node@v1
with:
Loading