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

Commit adcee31

Browse files
committed
Bumps version to 1.0.2
1 parent d3eba1b commit adcee31

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22

33
## Ongoing [](https://github.com/twilio-labs/create-twilio-function/compare/v1.0.1...master)
44

5+
...
6+
7+
## 1.0.2 (July 10, 2019) [](https://github.com/twilio-labs/create-twilio-function/compare/v1.0.1...v1.0.2)
8+
59
- Minor updates
610
- Better error messages if the cli fails to create a directory. Fixes #14
711

8-
## 1.0.1 (May 4, 2018) [](https://github.com/twilio-labs/create-twilio-function/compare/v1.0.0...v1.0.1)
12+
## 1.0.1 (May 4, 2019) [](https://github.com/twilio-labs/create-twilio-function/compare/v1.0.0...v1.0.1)
913

1014
- Minor updates
1115
- Corrected order of arguments in generated example function. Fixes #10

package.json

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