Skip to content

Commit

Permalink
chore(release): 0.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.3.0](nickshine/lambda-edge-azure-auth@v0.2.0...v0.3.0) (2020-04-10)

### Bug Fixes

* copy simpleurl.js to distribution on build/package ([160484b](nickshine@160484b))

### Features

* add simple-url handling and non-trailing slash redirect option ([06cd901](nickshine@06cd901))
  • Loading branch information
semantic-release-bot committed Apr 10, 2020
1 parent dc2f542 commit 5e99c07
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [0.3.0](https://github.com/nickshine/lambda-edge-azure-auth/compare/v0.2.0...v0.3.0) (2020-04-10)


### Bug Fixes

* copy simpleurl.js to distribution on build/package ([160484b](https://github.com/nickshine/lambda-edge-azure-auth/commit/160484bb5af14f1fbc4950ffb4202ad449e10483))


### Features

* add simple-url handling and non-trailing slash redirect option ([06cd901](https://github.com/nickshine/lambda-edge-azure-auth/commit/06cd9019b5441affa62c1e43e3e6d31b0ca588a8))

# [0.2.0](https://github.com/nickshine/lambda-edge-azure-auth/compare/v0.1.1...v0.2.0) (2020-04-07)


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": "lambda-edge-azure-auth",
"version": "0.2.0",
"version": "0.3.0",
"description": "An AWS Cloudfront Lambda@Edge function to authenticate requests using Microsoft Azure.",
"private": true,
"main": "index.js",
Expand Down

0 comments on commit 5e99c07

Please sign in to comment.