diff --git a/.changeset/sour-impalas-sing.md b/.changeset/sour-impalas-sing.md deleted file mode 100644 index ef8a72b1..00000000 --- a/.changeset/sour-impalas-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-twilio-function': minor ---- - -fix hello-world template diff --git a/packages/create-twilio-function/CHANGELOG.md b/packages/create-twilio-function/CHANGELOG.md index ac26b48b..583c59dd 100644 --- a/packages/create-twilio-function/CHANGELOG.md +++ b/packages/create-twilio-function/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 3.5.0 + +### Minor Changes + +- [#531](https://github.com/twilio-labs/serverless-toolkit/pull/531) [`b18bbec1214e3b4c65b32432ddfd1a9ac8044dae`](https://github.com/twilio-labs/serverless-toolkit/commit/b18bbec1214e3b4c65b32432ddfd1a9ac8044dae) Thanks [@AndreLars](https://github.com/AndreLars)! - fix hello-world template + ## 3.4.7 ### Patch Changes diff --git a/packages/create-twilio-function/package.json b/packages/create-twilio-function/package.json index 35aa06e9..9e196579 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.7", + "version": "3.5.0", "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",