Skip to content

Commit 4e0455d

Browse files
committed
chore(release): 2.0.0-beta.13
1 parent 11a6ab2 commit 4e0455d

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
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.0.0-beta.13](https://github.com/twilio-labs/twilio-run/compare/v2.0.0-beta.12...v2.0.0-beta.13) (2019-07-24)
6+
7+
8+
### Bug Fixes
9+
10+
* **logs:** redact info in logs ([724455b](https://github.com/twilio-labs/twilio-run/commit/724455b))
11+
12+
13+
### Features
14+
15+
* **runtime:** handle invalid account sid & new error page ([11a6ab2](https://github.com/twilio-labs/twilio-run/commit/11a6ab2)), closes [#45](https://github.com/twilio-labs/twilio-run/issues/45)
16+
17+
18+
### BREAKING CHANGES
19+
20+
* **runtime:** Error page layout changed
21+
22+
23+
524
## [2.0.0-beta.12](https://github.com/twilio-labs/twilio-run/compare/v2.0.0-beta.11...v2.0.0-beta.12) (2019-07-20)
625

726

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twilio-run",
3-
"version": "2.0.0-beta.12",
3+
"version": "2.0.0-beta.13",
44
"bin": {
55
"twilio-functions": "./bin/twilio-run.js",
66
"twilio-run": "./bin/twilio-run.js"

0 commit comments

Comments
 (0)