Skip to content

Commit

Permalink
chore(release): set package.json to 5.6.0 [skip ci]
Browse files Browse the repository at this point in the history
## [5.6.0](5.5.0...5.6.0) (2023-04-06)

### Library - Fixes

* Swapping make install step to run after node setup in npm audit job ([#520](#520)) ([0ed7d26](0ed7d26))

### Library - Chores

* ci ([3a60489](3a60489))
* **release:** set `package.json` to 5.5.1 [skip ci] ([638f004](638f004)), closes [#520](#520)
* **release:** set `package.json` to 5.5.2 [skip ci] ([3aed7ed](3aed7ed))
* update ([49e1e1f](49e1e1f))
  • Loading branch information
semantic-release-bot committed Apr 6, 2023
1 parent f53cbb2 commit eb5bf5b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [5.6.0](https://github.com/twilio/twilio-cli/compare/5.5.0...5.6.0) (2023-04-06)


### Library - Fixes

* Swapping make install step to run after node setup in npm audit job ([#520](https://github.com/twilio/twilio-cli/issues/520)) ([0ed7d26](https://github.com/twilio/twilio-cli/commit/0ed7d26c5476a6e2005791b9541de10c87d2bbd8))


### Library - Chores

* ci ([3a60489](https://github.com/twilio/twilio-cli/commit/3a6048975f52242f5775ef4333bbe57cc1c0a9cc))
* **release:** set `package.json` to 5.5.1 [skip ci] ([638f004](https://github.com/twilio/twilio-cli/commit/638f00487617b7596eb1d5f6dee0286579c9b39c)), closes [#520](https://github.com/twilio/twilio-cli/issues/520)
* **release:** set `package.json` to 5.5.2 [skip ci] ([3aed7ed](https://github.com/twilio/twilio-cli/commit/3aed7ed449ef67c9fbd3e68465aa91e8ea85102b))
* update ([49e1e1f](https://github.com/twilio/twilio-cli/commit/49e1e1f9368d6f294f80ee5570ae7ce1d346ec40))

---------------------------
**Conversations**
- Expose query parameters , and in list operation on Conversations resource for sorting and filtering
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twilio-cli",
"version": "5.5.0",
"version": "5.6.0",
"description": "Unleash the power of Twilio from your command prompt. Visit https://twil.io/cli for don.",
"keywords": [
"oclif"
Expand Down

0 comments on commit eb5bf5b

Please sign in to comment.