Skip to content

Commit b1794d1

Browse files
chore(release): 7.0.0
1 parent bab5bd0 commit b1794d1

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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+
## [7.0.0](https://github.com/auth0/node-samlp/compare/v6.0.2...v7.0.0) (2022-02-09)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Requires NodeJS >= 12
11+
12+
See https://github.com/auth0/node-saml/releases/tag/v2.0.0
13+
14+
### Bug Fixes
15+
16+
* remove vulnerable node-saml dependency ([#126](https://github.com/auth0/node-samlp/issues/126)) ([bab5bd0](https://github.com/auth0/node-samlp/commit/bab5bd0468d1234d1fcea52fdb9ebafc3e6032e2))
17+
518
### [6.0.2](https://github.com/auth0/node-samlp/compare/v6.0.1...v6.0.2) (2021-06-07)
619

720
### [6.0.1](https://github.com/auth0/node-samlp/compare/v6.0.0...v6.0.1) (2021-03-02)

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": "6.0.2",
3+
"version": "7.0.0",
44
"engines": {
55
"node": ">=12"
66
},

0 commit comments

Comments
 (0)