Skip to content

Commit e048d12

Browse files
chore(release): 0.3.2 [skip ci]
## [0.3.2](v0.3.1...v0.3.2) (2020-10-05) ### Bug Fixes * correct authz fallback claim ([26cbf71](26cbf71))
1 parent f50640b commit e048d12

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.3.2](https://github.com/nickshine/lambda-edge-azure-auth/compare/v0.3.1...v0.3.2) (2020-10-05)
2+
3+
4+
### Bug Fixes
5+
6+
* correct authz fallback claim ([26cbf71](https://github.com/nickshine/lambda-edge-azure-auth/commit/26cbf7119353514a93308a996504b4329f381e73))
7+
18
## [0.3.1](https://github.com/nickshine/lambda-edge-azure-auth/compare/v0.3.0...v0.3.1) (2020-04-10)
29

310

package-lock.json

Lines changed: 1 addition & 1 deletion
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,6 +1,6 @@
11
{
22
"name": "lambda-edge-azure-auth",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "An AWS Cloudfront Lambda@Edge function to authenticate requests using Microsoft Azure.",
55
"private": true,
66
"main": "index.js",

0 commit comments

Comments
 (0)