Skip to content

Commit f114845

Browse files
committed
chore(release): 5.0.1
1 parent 040c70d commit f114845

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
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.
44

5+
### [5.0.1](https://github.com/auth0/node-samlp/compare/v5.0.0...v5.0.1) (2021-02-10)
6+
7+
8+
### Bug Fixes
9+
10+
* build fix from merge ([24fa8be](https://github.com/auth0/node-samlp/commit/24fa8bee116379d95053fd4d74ad24dfdfc4ad42))
11+
12+
## [5.0.0-rc.1](https://github.com/auth0/node-samlp/compare/v4.0.1...v5.0.0-rc.1) (2021-01-22)
13+
14+
## [5.0.0-rc.0](https://github.com/auth0/node-samlp/compare/v4.0.0...v5.0.0-rc.0) (2021-01-22)
15+
16+
17+
### ⚠ BREAKING CHANGES
18+
19+
* fix npm audit and library upgrades
20+
* remove ci for node v4, 6, 8, add 14
21+
22+
* fix npm audit and library upgrades ([a2688c7](https://github.com/auth0/node-samlp/commit/a2688c702792fba90db4e7c72c463b223498c127))
23+
* remove ci for node v4, 6, 8, add 14 ([3019b74](https://github.com/auth0/node-samlp/commit/3019b747a0b46f571d4b6a1b3227dec56e7a71d8))
24+
525
## [5.0.0](https://github.com/auth0/node-samlp/compare/v4.0.1...v5.0.0) (2021-02-09)
626

727

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "samlp",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "SAML Protocol server middleware",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)