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

Commit 7eeac27

Browse files
committed
Bumps version to 2.0.0-rc.1
1 parent cd86f54 commit 7eeac27

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
@@ -4,6 +4,7 @@
44

55
- Exports details about the cli command so that other projects can consume it. Fixes #12
66
- Generates new project from the ./templates directory in this project
7+
- Can generate projects based on a template from twilio-labs/function-templates
78

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

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