Skip to content

Commit bcca2fb

Browse files
committed
v11.6.0
1 parent 0caf003 commit bcca2fb

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## [11.6.0](https://github.com/dherault/serverless-offline/compare/v11.5.0...v11.6.0) (2022-11-26)
6+
7+
### Features
8+
9+
- request authorizers with null identitySource should return 401 ([#1618](https://github.com/dherault/serverless-offline/issues/1618)) ([48c5a18](https://github.com/dherault/serverless-offline/commit/48c5a18e6f3d4954c9718fb72ff5f15bb0958fb3))
10+
511
## [11.5.0](https://github.com/dherault/serverless-offline/compare/v11.4.0...v11.5.0) (2022-11-18)
612

713
### Features

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dedicatedTo": "Blue, a great migrating bird.",
33
"name": "serverless-offline",
4-
"version": "11.5.0",
4+
"version": "11.6.0",
55
"description": "Emulate AWS λ and API Gateway locally when developing your Serverless project",
66
"license": "MIT",
77
"exports": {

0 commit comments

Comments
 (0)