Skip to content

Commit e318d2b

Browse files
committed
chore(release): 2.8.0-beta.0
1 parent fa0d973 commit e318d2b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.8.0-beta.0](https://github.com/twilio-labs/twilio-run/compare/v2.7.0...v2.8.0-beta.0) (2020-07-08)
6+
7+
8+
### Features
9+
10+
* add better system env support ([#146](https://github.com/twilio-labs/twilio-run/issues/146)) ([7411e33](https://github.com/twilio-labs/twilio-run/commit/7411e334ad2fa90a0610a7381e5e0b6ee8564f99)), closes [#144](https://github.com/twilio-labs/twilio-run/issues/144)
11+
* **runtime:** experimental: load functions in a separate process ([#147](https://github.com/twilio-labs/twilio-run/issues/147)) ([0a4f542](https://github.com/twilio-labs/twilio-run/commit/0a4f542a8684606e6e4a739509c09124e91ce005))
12+
513
## [2.7.0](https://github.com/twilio-labs/twilio-run/compare/v2.6.0...v2.7.0) (2020-06-16)
614

715

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.7.0",
3+
"version": "2.8.0-beta.0",
44
"bin": {
55
"twilio-functions": "./bin/twilio-run.js",
66
"twilio-run": "./bin/twilio-run.js"

0 commit comments

Comments
 (0)