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

Commit 2b3f682

Browse files
committed
Bumps to version 2.0.0-alpha.2
1 parent ada2e0c commit 2b3f682

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Ongoing [](https://github.com/twilio-labs/create-twilio-function/compare/v1.0.2...next)
44

55
- Exports details about the cli command so that other projects can consume it. Fixes #12
6+
- Generates new project from the ./templates directory in this project
67

78
## 1.0.2 (July 10, 2019) [](https://github.com/twilio-labs/create-twilio-function/compare/v1.0.1...v1.0.2)
89

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": "2.0.0-alpha.1",
3+
"version": "2.0.0-alpha.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)