Skip to content

Commit 5e99c07

Browse files
chore(release): 0.3.0 [skip ci]
# [0.3.0](v0.2.0...v0.3.0) (2020-04-10) ### Bug Fixes * copy simpleurl.js to distribution on build/package ([160484b](160484b)) ### Features * add simple-url handling and non-trailing slash redirect option ([06cd901](06cd901))
1 parent dc2f542 commit 5e99c07

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [0.3.0](https://github.com/nickshine/lambda-edge-azure-auth/compare/v0.2.0...v0.3.0) (2020-04-10)
2+
3+
4+
### Bug Fixes
5+
6+
* copy simpleurl.js to distribution on build/package ([160484b](https://github.com/nickshine/lambda-edge-azure-auth/commit/160484bb5af14f1fbc4950ffb4202ad449e10483))
7+
8+
9+
### Features
10+
11+
* add simple-url handling and non-trailing slash redirect option ([06cd901](https://github.com/nickshine/lambda-edge-azure-auth/commit/06cd9019b5441affa62c1e43e3e6d31b0ca588a8))
12+
113
# [0.2.0](https://github.com/nickshine/lambda-edge-azure-auth/compare/v0.1.1...v0.2.0) (2020-04-07)
214

315

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.2.0",
3+
"version": "0.3.0",
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)