Skip to content

Commit d0d58a7

Browse files
authored
Merge pull request #108 from kellenmurphy/release-please--branches--main--components--samlguy
chore(main): release samlguy 1.5.0
2 parents 74566bd + 2392dd0 commit d0d58a7

4 files changed

Lines changed: 18 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.4.1"
2+
".": "1.5.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.5.0](https://github.com/kellenmurphy/samlguy/compare/samlguy-v1.4.1...samlguy-v1.5.0) (2026-06-07)
4+
5+
6+
### Features
7+
8+
* link the footer to the current release version ([13f23b9](https://github.com/kellenmurphy/samlguy/commit/13f23b96673d9a660771416657dbe2eefb9452b6))
9+
* **metadata:** decode SAML metadata with health checks ([c26b772](https://github.com/kellenmurphy/samlguy/commit/c26b772f7b940ab9f57e5ddcfbf5f758637ef97a))
10+
* **metadata:** SAML metadata decoder with health checks ([74566bd](https://github.com/kellenmurphy/samlguy/commit/74566bd5bf98857965289d3e090a426f17ac166c))
11+
12+
13+
### Bug Fixes & Dependencies
14+
15+
* **metadata:** avoid ReDoS in isMetadata detection ([d0abd2e](https://github.com/kellenmurphy/samlguy/commit/d0abd2eee3dbcc86a69c00cfb26b0a0d278739fa))
16+
317
## [1.4.1](https://github.com/kellenmurphy/samlguy/compare/samlguy-v1.4.0...samlguy-v1.4.1) (2026-06-03)
418

519

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": "samlguy",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)