Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/runtime-handler-version-alignment.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/twilio-run/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 5.1.1

### Patch Changes

- [#558](https://github.com/twilio-labs/serverless-toolkit/pull/558) [`8df4cb6c658b07cfe95fa0b7c55dedfdc5b516b7`](https://github.com/twilio-labs/serverless-toolkit/commit/8df4cb6c658b07cfe95fa0b7c55dedfdc5b516b7) Thanks [@robinske](https://github.com/robinske)! - fix: align `@twilio/runtime-handler` dev dependency with the version scaffolded by `create-twilio-function`

`twilio-run` depended on `@twilio/runtime-handler@^2.1.0` while `create-twilio-function` pins `^2.0.3`. The two were inconsistent, and `2.1.0` — although published to npm as `latest` — is currently rejected by the Twilio Serverless platform at deploy time (`Error 20001: No matching version found for @twilio/runtime-handler@2.1.0`). Pinning `twilio-run` to `^2.0.3` keeps the monorepo internally consistent and avoids signalling a version that cannot be deployed. See #557.

## 5.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/twilio-run/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twilio-run",
"version": "5.1.0",
"version": "5.1.1",
"bin": {
"twilio-functions": "./bin/twilio-run.js",
"twilio-run": "./bin/twilio-run.js",
Expand Down
Loading