Skip to content

Commit 3967c53

Browse files
chore(release): 3.0.0
1 parent 8830a23 commit 3967c53

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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+
## [3.0.0](https://github.com/auth0/node-saml/compare/v2.0.1...v3.0.0) (2022-05-12)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* handle poorly formatted PEM files (#85)
11+
12+
### Bug Fixes
13+
14+
* handle poorly formatted PEM files ([#85](https://github.com/auth0/node-saml/issues/85)) ([8830a23](https://github.com/auth0/node-saml/commit/8830a238d33e2e198acd81fb6d972583848bfe26))
15+
516
### [2.0.1](https://github.com/auth0/node-saml/compare/v2.0.0...v2.0.1) (2022-02-09)
617

718

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "saml",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"engines": {
55
"node": ">=12"
66
},

0 commit comments

Comments
 (0)