Skip to content

Commit cc59e75

Browse files
chore: version packages
1 parent cdf9e3a commit cc59e75

File tree

5 files changed

+15
-9
lines changed

5 files changed

+15
-9
lines changed

.changeset/calm-hairs-impress.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/runtime-handler/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 2.0.2
4+
5+
### Patch Changes
6+
7+
- [#487](https://github.com/twilio-labs/serverless-toolkit/pull/487) [`cdf9e3a1fced910acc63cabb41920c96cd81670c`](https://github.com/twilio-labs/serverless-toolkit/commit/cdf9e3a1fced910acc63cabb41920c96cd81670c) Thanks [@stevennic-twilio](https://github.com/stevennic-twilio)! - Fix sync.services deprecation warning
8+
39
## 2.0.1
410

511
### Patch Changes

packages/runtime-handler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio/runtime-handler",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Stub runtime for Twilio Functions",
55
"keywords": [
66
"twilio",

packages/twilio-run/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 4.0.2
4+
5+
### Patch Changes
6+
7+
- [#487](https://github.com/twilio-labs/serverless-toolkit/pull/487) [`cdf9e3a1fced910acc63cabb41920c96cd81670c`](https://github.com/twilio-labs/serverless-toolkit/commit/cdf9e3a1fced910acc63cabb41920c96cd81670c) Thanks [@stevennic-twilio](https://github.com/stevennic-twilio)! - Fix sync.services deprecation warning
8+
39
## 4.0.1
410

511
### Patch Changes

packages/twilio-run/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twilio-run",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"bin": {
55
"twilio-functions": "./bin/twilio-run.js",
66
"twilio-run": "./bin/twilio-run.js",
@@ -86,7 +86,7 @@
8686
"ngrok": "^3.3.0"
8787
},
8888
"devDependencies": {
89-
"@twilio/runtime-handler": "^2.0.1",
89+
"@twilio/runtime-handler": "^2.0.2",
9090
"@types/cheerio": "^0.22.12",
9191
"@types/common-tags": "^1.8.0",
9292
"@types/debug": "^4.1.4",

0 commit comments

Comments
 (0)