Skip to content

Commit 14e4d32

Browse files
chore: version packages (#532)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b18bbec commit 14e4d32

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/sour-impalas-sing.md

-5
This file was deleted.

packages/create-twilio-function/CHANGELOG.md

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

3+
## 3.5.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
39
## 3.4.7
410

511
### Patch Changes

packages/create-twilio-function/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-twilio-function",
3-
"version": "3.4.7",
3+
"version": "3.5.0",
44
"description": "A CLI tool to generate a new Twilio Function using that can be run locally with twilio-run.",
55
"bin": "./bin/create-twilio-function",
66
"main": "./src/create-twilio-function.js",

0 commit comments

Comments
 (0)