Skip to content

Commit 917f807

Browse files
chore: version packages
1 parent 0a52ccd commit 917f807

File tree

9 files changed

+28
-21
lines changed

9 files changed

+28
-21
lines changed

.changeset/forty-snails-rescue.md

-5
This file was deleted.

.changeset/friendly-turtles-pretend.md

-5
This file was deleted.

.changeset/warm-moles-learn.md

-6
This file was deleted.

packages/plugin-serverless/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 3.1.7
4+
5+
### Patch Changes
6+
7+
- [#462](https://github.com/twilio-labs/serverless-toolkit/pull/462) [`3868a78d8175a622766560caceb86f647a3c34d5`](https://github.com/twilio-labs/serverless-toolkit/commit/3868a78d8175a622766560caceb86f647a3c34d5) Thanks [@dkundel](https://github.com/dkundel)! - Fix of debug/inspect mode by disabling fork process
8+
9+
- Updated dependencies [[`3868a78d8175a622766560caceb86f647a3c34d5`](https://github.com/twilio-labs/serverless-toolkit/commit/3868a78d8175a622766560caceb86f647a3c34d5)]:
10+
11+
312
## 3.1.6
413

514
### Patch Changes

packages/plugin-serverless/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@twilio-labs/plugin-serverless",
33
"description": "Develop and deploy Twilio Serverless Functions",
4-
"version": "3.1.6",
4+
"version": "3.1.7",
55
"author": "Twilio Inc. <[email protected]> (https://www.twilio.com/labs)",
66
"contributors": [
77
"Dominik Kundel <[email protected]>"
@@ -13,7 +13,7 @@
1313
"create-twilio-function": "^3.4.5",
1414
"lodash.camelcase": "^4.3.0",
1515
"lodash.kebabcase": "^4.1.1",
16-
"twilio-run": "^4.0.0"
16+
"twilio-run": "^4.0.1"
1717
},
1818
"devDependencies": {
1919
"@oclif/plugin-help": "^5.1.12",

packages/runtime-handler/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- [#459](https://github.com/twilio-labs/serverless-toolkit/pull/459) [`7bebf6f370c7fbfab3f1431741a48a8cdaaf552c`](https://github.com/twilio-labs/serverless-toolkit/commit/7bebf6f370c7fbfab3f1431741a48a8cdaaf552c) Thanks [@dkundel](https://github.com/dkundel)! - Fix error messages in local development
8+
9+
- [#392](https://github.com/twilio-labs/serverless-toolkit/pull/392) [`34de0811d9a6980c69f01be9d03251c2f2496b4b`](https://github.com/twilio-labs/serverless-toolkit/commit/34de0811d9a6980c69f01be9d03251c2f2496b4b) Thanks [@philnash](https://github.com/philnash)! - Don't check for exact Content-Type matches
10+
311
## 2.0.0
412

513
### Major Changes

packages/runtime-handler/package.json

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

packages/twilio-run/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- [#462](https://github.com/twilio-labs/serverless-toolkit/pull/462) [`3868a78d8175a622766560caceb86f647a3c34d5`](https://github.com/twilio-labs/serverless-toolkit/commit/3868a78d8175a622766560caceb86f647a3c34d5) Thanks [@dkundel](https://github.com/dkundel)! - Fix of debug/inspect mode by disabling fork process
8+
39
## 4.0.0
410

511
### Major Changes

packages/twilio-run/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twilio-run",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
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.0",
89+
"@twilio/runtime-handler": "^2.0.1",
9090
"@types/cheerio": "^0.22.12",
9191
"@types/common-tags": "^1.8.0",
9292
"@types/debug": "^4.1.4",

0 commit comments

Comments
 (0)