diff --git a/.github/workflows/unitTests.yml b/.github/workflows/unitTests.yml index 3532ff1e..359998ae 100644 --- a/.github/workflows/unitTests.yml +++ b/.github/workflows/unitTests.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [6.x, 7.x, 8.x, 9.x, 10.x, 11.x, 12.x, 13.x, 14.x, 15.x] + node-version: [8.x, 9.x, 10.x, 11.x, 12.x, 13.x, 14.x, 15.x, 16.x] steps: - uses: actions/checkout@v2 @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [15.x] + node-version: [16.x] steps: - uses: actions/checkout@v2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b43c6f6..a0a5618d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [v4.34.3](https://github.com/plivo/plivo-go/tree/v4.34.3) (2022-11-07) +**Bug fix - List all Endpoint** +- Removed duplicate responses + ## [v4.34.2](https://github.com/plivo/plivo-go/tree/v4.34.2) (2022-10-17) **List Endpoint query param support** - Adding limit and offset to fetch list of endpoints. diff --git a/lib/resources/endpoints.js b/lib/resources/endpoints.js index 287c841f..fb74eae0 100644 --- a/lib/resources/endpoints.js +++ b/lib/resources/endpoints.js @@ -198,7 +198,6 @@ export class EndpointInterface extends PlivoResourceInterface { response.body.objects.forEach(item => { objects.push(new ListAllEndpointResponse(item, client)); }); - console.log(objects) resolve(objects); }) .catch(error => { diff --git a/package.json b/package.json index 3c555053..949cef20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plivo", - "version": "4.34.2", + "version": "4.34.3", "description": "A Node.js SDK to make voice calls and send SMS using Plivo and to generate Plivo XML", "homepage": "https://github.com/plivo/plivo-node", "files": [