Skip to content

Commit 0a0e80c

Browse files
committed
Release 4.0.1
1 parent d50f7c7 commit 0a0e80c

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
## v4.0.1 (2022-10-28)
44

5-
_No changelog for this release._
5+
#### 📚 Documentation:
6+
7+
- Update changelog [#797](https://github.com/node-saml/passport-saml/pull/797)
68

79
---
810

@@ -177,10 +179,10 @@ _No changelog for this release._
177179

178180
#### 🔗 Dependencies:
179181

182+
- Update xml-encryption to v1.2.3 [#560](https://github.com/node-saml/passport-saml/pull/560)
180183
- Update xml-encryption to v1.2.3 [#567](https://github.com/node-saml/passport-saml/pull/567)
181184
- Update all packages to latest semver-minor [#588](https://github.com/node-saml/passport-saml/pull/588)
182185
- bump xmldom to 0.5.x since all lower versions have security issue [#551](https://github.com/node-saml/passport-saml/pull/551)
183-
- Update xml-encryption to v1.2.3 [#560](https://github.com/node-saml/passport-saml/pull/560)
184186
- Revert "Update xml-encryption to v1.2.3" [#564](https://github.com/node-saml/passport-saml/pull/564)
185187

186188
#### 🐛 Bug Fixes:
@@ -447,6 +449,7 @@ _No changelog for this release._
447449

448450
#### 🙈 Other:
449451

452+
- Fix broken tests [#367](https://github.com/node-saml/passport-saml/pull/367)
450453
- Update README.md [#363](https://github.com/node-saml/passport-saml/pull/363)
451454
- Set explicitChar: true to make XML parsing consistent. Fixes issue #283 and #187 [#361](https://github.com/node-saml/passport-saml/pull/361)
452455
- update xml crypto to 1.1.4 [#352](https://github.com/node-saml/passport-saml/pull/352)
@@ -457,7 +460,6 @@ _No changelog for this release._
457460
- Update Node version in package.json to >=6 [#340](https://github.com/node-saml/passport-saml/pull/340)
458461
- Fix for failing test [#347](https://github.com/node-saml/passport-saml/pull/347)
459462
- Support InResponseTo validations in MultiSaml [#350](https://github.com/node-saml/passport-saml/pull/350)
460-
- Fix broken tests [#367](https://github.com/node-saml/passport-saml/pull/367)
461463
- InResponseTo support for logout [#356](https://github.com/node-saml/passport-saml/pull/356)
462464
- Create a way to get provider metadata when using the MultiSamlStrategy [#323](https://github.com/node-saml/passport-saml/pull/323)
463465

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "4.0.0",
3+
"version": "4.0.1",
44
"description": "SAML 2.0 authentication strategy for Passport",
55
"keywords": [
66
"saml",

0 commit comments

Comments
 (0)