Skip to content

Commit 1aac6ab

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.4...v1.1.0) (2020-05-06) ### Bug Fixes * PR stack preview and commenting ([#9](#9)) ([b00cebe](b00cebe)) * **ui:** cp-stack-outputs before running build ([b1268f2](b1268f2)) * update dynamodb-toolbox to fix invalid table error ([90bb4e5](90bb4e5)) * use SERVERLESS_SERVICE_SUFFIX instead of cli option and rename dev stage to development ([871d3bb](871d3bb)) ### Features * set AWS_NODEJS_CONNECTION_REUSE_ENABLED for perf boost ([6a2962e](6a2962e)) * use Amplify manual deployments ([f0e8607](f0e8607)) * use stack outputs as env vars for UI build command ([f71be15](f71be15))
1 parent b00cebe commit 1aac6ab

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [1.1.0](https://github.com/wizeline/serverless-fullstack/compare/v1.0.4...v1.1.0) (2020-05-06)
2+
3+
4+
### Bug Fixes
5+
6+
* PR stack preview and commenting ([#9](https://github.com/wizeline/serverless-fullstack/issues/9)) ([b00cebe](https://github.com/wizeline/serverless-fullstack/commit/b00cebe879fd080ed2ef489e32aa97cc4f4b0aee))
7+
* **ui:** cp-stack-outputs before running build ([b1268f2](https://github.com/wizeline/serverless-fullstack/commit/b1268f2e43335d2caa726914c3e4969d535f4973))
8+
* update dynamodb-toolbox to fix invalid table error ([90bb4e5](https://github.com/wizeline/serverless-fullstack/commit/90bb4e5fd0089495fb95a8169b7b866aa0cc4fe6))
9+
* use SERVERLESS_SERVICE_SUFFIX instead of cli option and rename dev stage to development ([871d3bb](https://github.com/wizeline/serverless-fullstack/commit/871d3bb575370bc3dd32ec3ed4952cb03079cfcd))
10+
11+
12+
### Features
13+
14+
* set AWS_NODEJS_CONNECTION_REUSE_ENABLED for perf boost ([6a2962e](https://github.com/wizeline/serverless-fullstack/commit/6a2962e58c63433a4b6f56bbaeaa7731e4d74ea2))
15+
* use Amplify manual deployments ([f0e8607](https://github.com/wizeline/serverless-fullstack/commit/f0e8607321f4bb8eda672af838c235decbab84fb))
16+
* use stack outputs as env vars for UI build command ([f71be15](https://github.com/wizeline/serverless-fullstack/commit/f71be1508356eab4f3acb42cbcbd4ac883c76e26))
17+
118
## [1.0.4](https://github.com/wizeline/serverless-nodejs-fullstack/compare/v1.0.3...v1.0.4) (2020-04-29)
219

320

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "myapp",
3-
"version": "1.0.4",
3+
"version": "1.1.0",
44
"private": true,
55
"description": "",
66
"main": "handler.js",
@@ -53,4 +53,4 @@
5353
"webpack": "^4.43.0"
5454
},
5555
"dependencies": {}
56-
}
56+
}

0 commit comments

Comments
 (0)