Skip to content

Commit e46e90a

Browse files
Fix error in the deploy CircleCI job. (#810)
1 parent c384222 commit e46e90a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.10.1
2+
3+
### Changes
4+
5+
- Google App Engine recently introduced a [breaking change](https://cloud.google.com/appengine/docs/standard/nodejs/release-notes#April_11_2023) to the default behavior of Node buildpack deployments, which broke our internal app deployment script. This version introduces a fix for it.
6+
17
## 0.10.0
28

39
### Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twilio-video-app-react",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"private": true,
55
"license": "Apache-2.0",
66
"dependencies": {
@@ -90,6 +90,7 @@
9090
"start": "concurrently npm:server npm:dev",
9191
"dev": "react-scripts start",
9292
"build": "node ./scripts/build.js",
93+
"gcp-build": "",
9394
"test": "cross-env TZ=utc jest --config jest.config.js",
9495
"eject": "react-scripts eject",
9596
"lint": "eslint src server",

0 commit comments

Comments
 (0)