Skip to content
This repository was archived by the owner on Jul 3, 2026. It is now read-only.

Commit a1ba91a

Browse files
committed
chore(release): 6.0.1
1 parent e052429 commit a1ba91a

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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+
### [6.0.1](https://github.com/auth0/node-samlp/compare/v6.0.0...v6.0.1) (2021-03-02)
6+
7+
- Use @auth0/xmldom ([#119](https://github.com/auth0/node-samlp/commit/e0524290ea7127f72429fd887cb66a8933f0f662))
8+
59
## [6.0.0](https://github.com/auth0/node-samlp/compare/v5.0.1...v6.0.0) (2021-02-23)
610

711
### ⚠ BREAKING CHANGES

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.0",
3+
"version": "6.0.1",
44
"description": "SAML Protocol server middleware",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)