chore: Release v1.67.1

This commit is contained in:
Mariusz Nowak 2020-04-07 14:06:51 +12:00 committed by Mariusz Nowak
parent 145cd6ec0d
commit a6e6bdb4a6
2 changed files with 9 additions and 1 deletions

View File

@ -2,6 +2,14 @@
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.
## [1.67.1](https://github.com/serverless/serverless/compare/v1.67.0...v1.67.1) (2020-04-07)
### Bug Fixes
- **Standalone:** Improve performance in China by supporting dedicated mirror for binary downloads ([8e85fe6](https://github.com/serverless/serverless/commit/8e85fe611b4b4d619e0ad4fd347d669af6418634))
- **AWS ALB:** Fix handling of provisioned concurrency ([#7285](https://github.com/serverless/serverless/issues/7285)) ([3138ef1](https://github.com/serverless/serverless/commit/3138ef1771a31a52429777241f67dcf07a69bebd))
- Recognize AWS Web Identify Credentials ([#7442](https://github.com/serverless/serverless/issues/7442)) ([001f56c](https://github.com/serverless/serverless/commit/001f56cf5a4c8b4ffeb6f9e9fcc27e73d2f10789))
## [1.67.0](https://github.com/serverless/serverless/compare/v1.66.0...v1.67.0) (2020-03-19)
### Features

View File

@ -1,6 +1,6 @@
{
"name": "serverless",
"version": "1.67.0",
"version": "1.67.1",
"engines": {
"node": ">=6.0"
},