Skip to content

Commit 91c5768

Browse files
committed
chore(release): 2.3.0
1 parent ec4af4a commit 91c5768

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.3.0](https://github.com/twilio-labs/twilio-run/compare/v2.2.1...v2.3.0) (2020-03-18)
6+
7+
8+
### Features
9+
10+
* **logs:** adds command to access new logging functions ([#110](https://github.com/twilio-labs/twilio-run/issues/110)) ([ec4af4a](https://github.com/twilio-labs/twilio-run/commit/ec4af4abc08892e266a48940e51362e2cb139cbd))
11+
* **templates:** add support for custom template URLs ([#115](https://github.com/twilio-labs/twilio-run/issues/115)) ([e105f36](https://github.com/twilio-labs/twilio-run/commit/e105f3666619925e12e3224bace926e55f33fcc4))
12+
* **templates:** template README downloaded and saved to readmes… ([#116](https://github.com/twilio-labs/twilio-run/issues/116)) ([523e09a](https://github.com/twilio-labs/twilio-run/commit/523e09aa2f9c8e21656d34853e099ca7c006f9c8)), closes [#104](https://github.com/twilio-labs/twilio-run/issues/104)
13+
14+
15+
### Bug Fixes
16+
17+
* changes pinned node version to 10.x ([0c5635d](https://github.com/twilio-labs/twilio-run/commit/0c5635da8d55dbdf4b71cf9c83b1475eeafc917f)), closes [#111](https://github.com/twilio-labs/twilio-run/issues/111)
18+
519
### [2.2.1](https://github.com/twilio-labs/twilio-run/compare/v2.2.0...v2.2.1) (2020-02-03)
620

721

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twilio-run",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"bin": {
55
"twilio-functions": "./bin/twilio-run.js",
66
"twilio-run": "./bin/twilio-run.js"

0 commit comments

Comments
 (0)