Skip to content

Commit

Permalink
Fix error in the deploy CircleCI job. (twilio#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
manjeshbhargav authored Jul 5, 2023
1 parent c384222 commit e46e90a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.10.1

### Changes

- 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.

## 0.10.0

### Changes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twilio-video-app-react",
"version": "0.10.0",
"version": "0.10.1",
"private": true,
"license": "Apache-2.0",
"dependencies": {
Expand Down Expand Up @@ -90,6 +90,7 @@
"start": "concurrently npm:server npm:dev",
"dev": "react-scripts start",
"build": "node ./scripts/build.js",
"gcp-build": "",
"test": "cross-env TZ=utc jest --config jest.config.js",
"eject": "react-scripts eject",
"lint": "eslint src server",
Expand Down

0 comments on commit e46e90a

Please sign in to comment.