Skip to content

Commit 9fcf3d2

Browse files
committed
Release 5.1.0
1 parent f4b3009 commit 9fcf3d2

File tree

3 files changed

+22
-5
lines changed

3 files changed

+22
-5
lines changed

CHANGELOG.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Changelog
22

3-
## 5.0.1 (2025-03-14)
3+
## 5.1.0 (2025-07-24)
4+
5+
#### 🔗 Dependencies
6+
7+
- Revert `release-it` for Node@18 compatibility [#962](https://github.com/node-saml/passport-saml/pull/962)
8+
- Update minor dependencies [#961](https://github.com/node-saml/passport-saml/pull/961)
9+
10+
#### 📚 Documentation
11+
12+
- Update Sponsor information - Stytch [#960](https://github.com/node-saml/passport-saml/pull/960)
13+
14+
#### ⚙️ Technical Tasks
15+
16+
- Lint [#954](https://github.com/node-saml/passport-saml/pull/954)
17+
18+
---
19+
20+
## v5.0.1 (2025-03-14)
421

522
#### 🔗 Dependencies
623

@@ -110,7 +127,7 @@
110127

111128
#### 💣 Major Changes
112129

113-
- deps: use node-saml v4. See node-saml changelog for breaking changes: https://github.com/node-saml/node-saml/blob/master/CHANGELOG.md#v400-2022-10-28 [#796](https://github.com/node-saml/passport-saml/pull/796)
130+
- deps: use node-saml v4. See node-saml changelog for breaking changes: https://github.com/node-saml/node-saml/blob/master/CHANGELOG.md#v400-2022-10-28 [#796](https://github.com/node-saml/passport-saml/pull/796)
114131
- Update node-saml to beta 5 -- See node-saml changelog for breaking changes [#783](https://github.com/node-saml/passport-saml/pull/783)
115132
- Update node-saml dependency [#770](https://github.com/node-saml/passport-saml/pull/770)
116133
- Update to support [email protected] [#707](https://github.com/node-saml/passport-saml/pull/707)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-saml/passport-saml",
3-
"version": "5.0.1",
3+
"version": "5.1.0",
44
"description": "SAML 2.0 authentication strategy for Passport",
55
"keywords": [
66
"saml",

0 commit comments

Comments
 (0)