From f11484582ab2bb4dcecd2a0e983c4dddf16657a8 Mon Sep 17 00:00:00 2001 From: Tom Carter Date: Wed, 10 Feb 2021 13:59:43 +0000 Subject: [PATCH] chore(release): 5.0.1 --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2b462c..ee1680b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 4b718fc..282b7ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "samlp", - "version": "5.0.0", + "version": "5.0.1", "description": "SAML Protocol server middleware", "main": "lib/index.js", "scripts": {