Skip to content

Commit

Permalink
chore(release): 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomauth0 committed Feb 10, 2021
1 parent 040c70d commit f114845
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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.

### [5.0.1](https://github.com/auth0/node-samlp/compare/v5.0.0...v5.0.1) (2021-02-10)


### Bug Fixes

* build fix from merge ([24fa8be](https://github.com/auth0/node-samlp/commit/24fa8bee116379d95053fd4d74ad24dfdfc4ad42))

## [5.0.0-rc.1](https://github.com/auth0/node-samlp/compare/v4.0.1...v5.0.0-rc.1) (2021-01-22)

## [5.0.0-rc.0](https://github.com/auth0/node-samlp/compare/v4.0.0...v5.0.0-rc.0) (2021-01-22)


### ⚠ BREAKING CHANGES

* fix npm audit and library upgrades
* remove ci for node v4, 6, 8, add 14

* fix npm audit and library upgrades ([a2688c7](https://github.com/auth0/node-samlp/commit/a2688c702792fba90db4e7c72c463b223498c127))
* remove ci for node v4, 6, 8, add 14 ([3019b74](https://github.com/auth0/node-samlp/commit/3019b747a0b46f571d4b6a1b3227dec56e7a71d8))

## [5.0.0](https://github.com/auth0/node-samlp/compare/v4.0.1...v5.0.0) (2021-02-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "samlp",
"version": "5.0.0",
"version": "5.0.1",
"description": "SAML Protocol server middleware",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit f114845

Please sign in to comment.