From 3967c538309723986fa1a9790932ddf1d3d5cac5 Mon Sep 17 00:00:00 2001 From: David Renaud Date: Thu, 12 May 2022 11:16:21 -0400 Subject: [PATCH] chore(release): 3.0.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8098067..af6271f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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. +## [3.0.0](https://github.com/auth0/node-saml/compare/v2.0.1...v3.0.0) (2022-05-12) + + +### ⚠ BREAKING CHANGES + +* handle poorly formatted PEM files (#85) + +### Bug Fixes + +* handle poorly formatted PEM files ([#85](https://github.com/auth0/node-saml/issues/85)) ([8830a23](https://github.com/auth0/node-saml/commit/8830a238d33e2e198acd81fb6d972583848bfe26)) + ### [2.0.1](https://github.com/auth0/node-saml/compare/v2.0.0...v2.0.1) (2022-02-09) diff --git a/package.json b/package.json index b4429f4..ebfe891 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saml", - "version": "2.0.1", + "version": "3.0.0", "engines": { "node": ">=12" },