Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.

Commit 360b020

Browse files
committed
Updates version and adds a Changelog
1 parent 39410d4 commit 360b020

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog for `create-twilio-function`
2+
3+
## Ongoing [](https://github.com./philnash/create-twilio-function/compare/v1.0.1...master)
4+
5+
...
6+
7+
## 1.0.1 (May 4, 2018) [](https://github.com./philnash/create-twilio-function/compare/v1.0.0...v1.0.1)
8+
9+
- Minor updates
10+
- Corrected order of arguments in generated example function. Fixes #10
11+
12+
## 1.0.0 (April 9, 2019) [](https://github.com./philnash/create-twilio-function/commits/v1.0.0)
13+
14+
Initial release. Includes basic features for creating a new Twilio Functions project setup to use [`twilio-run`](https://github.com./dkundel/twilio-run) to run locally.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-twilio-function",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
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)