Skip to content

Commit

Permalink
Releasing v1.27.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuens committed May 23, 2018
1 parent 7ef6c6f commit 0843da2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 1.27.3 (23.05.2018)
- [Retry unconditionally when receiving 429](https://github.com/serverless/serverless/pull/4986)
- [Support Custom Authorizer Type (COGNITO_USER_POOLS) with authorizeId](https://github.com/serverless/serverless/pull/4197)

## Meta
- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.27.2...v1.27.3)


# 1.27.2 (07.05.2018)
- [Revived getAccountId method](https://github.com/serverless/serverless/pull/4956)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless",
"version": "1.27.2",
"version": "1.27.3",
"engines": {
"node": ">=4.0"
},
Expand Down

0 comments on commit 0843da2

Please sign in to comment.