Skip to content

Commit d14d234

Browse files
chore: version packages
1 parent 34de081 commit d14d234

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/forty-snails-rescue.md

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

.changeset/friendly-turtles-pretend.md

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

packages/runtime-handler/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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

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.0",
3+
"version": "2.0.1",
44
"description": "Stub runtime for Twilio Functions",
55
"keywords": [
66
"twilio",

0 commit comments

Comments
 (0)