Skip to content

Commit

Permalink
Merge branch 'master' into SMS-4444-Brand-Usecase
Browse files Browse the repository at this point in the history
  • Loading branch information
NirmitiJain authored Nov 9, 2022
2 parents a955b48 + c6350fa commit 4238040
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unitTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [15.x]
node-version: [16.x]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
**Brand Usecase Request**
- Brand Usecase Request endpoint added

## [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.
Expand Down
1 change: 0 additions & 1 deletion lib/resources/endpoints.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {
Expand Down

0 comments on commit 4238040

Please sign in to comment.