From 0dd717dc75aaccc09f4d8a442bddc078ef751fa9 Mon Sep 17 00:00:00 2001 From: Fady Abdelmalik Date: Tue, 23 Feb 2021 15:13:24 -0500 Subject: [PATCH] chore(release): 6.0.0 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee1680b..c43f7a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +## [6.0.0](https://github.com/auth0/node-samlp/compare/v5.0.1...v6.0.0) (2021-02-23) + ### [5.0.1](https://github.com/auth0/node-samlp/compare/v5.0.0...v5.0.1) (2021-02-10) diff --git a/package.json b/package.json index 282b7ca..3ebd6b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "samlp", - "version": "5.0.1", + "version": "6.0.0", "description": "SAML Protocol server middleware", "main": "lib/index.js", "scripts": {