From 78700f3da7aeb38aed6eec57c0f5747ea48a4565 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 10:58:33 +0200 Subject: [PATCH] chore: version packages (#495) Co-authored-by: github-actions[bot] --- .changeset/six-paws-speak.md | 5 ----- packages/create-twilio-function/CHANGELOG.md | 6 ++++++ packages/create-twilio-function/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/six-paws-speak.md diff --git a/.changeset/six-paws-speak.md b/.changeset/six-paws-speak.md deleted file mode 100644 index 3af9805f..00000000 --- a/.changeset/six-paws-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-twilio-function": patch ---- - -FRIDGE-734 make serverless-toolkit work with node v18 diff --git a/packages/create-twilio-function/CHANGELOG.md b/packages/create-twilio-function/CHANGELOG.md index 16ed578d..a1910124 100644 --- a/packages/create-twilio-function/CHANGELOG.md +++ b/packages/create-twilio-function/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 3.4.4 + +### Patch Changes + +- [#493](https://github.com/twilio-labs/serverless-toolkit/pull/493) [`d8db7681a4833ef48ef0366ad9ab32272a98b7fc`](https://github.com/twilio-labs/serverless-toolkit/commit/d8db7681a4833ef48ef0366ad9ab32272a98b7fc) Thanks [@makserik](https://github.com/makserik)! - FRIDGE-734 make serverless-toolkit work with node v18 + ## 3.4.3 ### Patch Changes diff --git a/packages/create-twilio-function/package.json b/packages/create-twilio-function/package.json index 6b181d6f..02487595 100644 --- a/packages/create-twilio-function/package.json +++ b/packages/create-twilio-function/package.json @@ -1,6 +1,6 @@ { "name": "create-twilio-function", - "version": "3.4.3", + "version": "3.4.4", "description": "A CLI tool to generate a new Twilio Function using that can be run locally with twilio-run.", "bin": "./bin/create-twilio-function", "main": "./src/create-twilio-function.js",