Skip to content

Commit 79af28c

Browse files
committed
chore(release): 2.7.0
1 parent 808fe47 commit 79af28c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.7.0](https://github.com/twilio-labs/twilio-run/compare/v2.6.0...v2.7.0) (2020-06-16)
6+
7+
8+
### Features
9+
10+
* **runtime:** add CORS headers to OPTIONS requests to assets ([#141](https://github.com/twilio-labs/twilio-run/issues/141)) ([46fffa0](https://github.com/twilio-labs/twilio-run/commit/46fffa06df53efc679a2048cab20f750a5f83ec3))
11+
12+
13+
### Bug Fixes
14+
15+
* **activate:** prepare and pass env vars to serverless-api activateBuild ([#142](https://github.com/twilio-labs/twilio-run/issues/142)) ([808fe47](https://github.com/twilio-labs/twilio-run/commit/808fe476518363adf10ddc1d936bd454cba18afa)), closes [#109](https://github.com/twilio-labs/twilio-run/issues/109)
16+
517
## [2.6.0](https://github.com/twilio-labs/twilio-run/compare/v2.5.0...v2.6.0) (2020-05-22)
618

719

package.json

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

0 commit comments

Comments
 (0)