Skip to content

Commit 1a1d534

Browse files
chore(release): 0.2.0 [skip ci]
# [0.2.0](v0.1.1...v0.2.0) (2020-04-07) ### Features * add webpack config for bundling handler ([d9c51c4](d9c51c4))
1 parent ea4eaf1 commit 1a1d534

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.2.0](https://github.com/nickshine/lambda-edge-azure-auth/compare/v0.1.1...v0.2.0) (2020-04-07)
2+
3+
4+
### Features
5+
6+
* add webpack config for bundling handler ([d9c51c4](https://github.com/nickshine/lambda-edge-azure-auth/commit/d9c51c4230ef42d09ec86f22025e4c48a2b34d80))
7+
18
## [0.1.1](https://github.com/nickshine/lambda-edge-azure-auth/compare/v0.1.0...v0.1.1) (2020-04-06)
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.1.1",
3+
"version": "0.2.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)