Skip to content

Commit 9a17496

Browse files
authored
Merge pull request #43 from kellenmurphy/release-please--branches--main--components--samlguy
chore(main): release samlguy 1.2.0
2 parents 944a870 + 5f5d3cc commit 9a17496

4 files changed

Lines changed: 23 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.1.2"
2+
".": "1.2.0"
33
}

CHANGELOG.md

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

3+
## [1.2.0](https://github.com/kellenmurphy/samlguy/compare/samlguy-v1.1.2...samlguy-v1.2.0) (2026-05-16)
4+
5+
6+
### Features
7+
8+
* AuthnContext labels, status descriptions, XML highlighting, and shareable links ([944a870](https://github.com/kellenmurphy/samlguy/commit/944a87088f9c58bce592c1813c0adea13a9ae672))
9+
* **saml:** add AuthnContext labels, status descriptions, spec links, and XML line wrapping ([5551b29](https://github.com/kellenmurphy/samlguy/commit/5551b291d4dc73e46e8db825415a54570e9701f6))
10+
* **ui:** add XML syntax highlighting with hoverable element tooltips ([424f8a5](https://github.com/kellenmurphy/samlguy/commit/424f8a5a369e9bdaab295e0d67ef31b2762a08ec))
11+
12+
13+
### Bug Fixes & Dependencies
14+
15+
* **ui:** update logo to <saml:Guy/> with white brackets ([28ec246](https://github.com/kellenmurphy/samlguy/commit/28ec246d6986448669b964f00c27cf5815e51abb))
16+
17+
18+
### Documentation
19+
20+
* update CLAUDE.md and README for shipped features ([f46a343](https://github.com/kellenmurphy/samlguy/commit/f46a34361863b26ca0236047854a7ac44961ad2c))
21+
322
## [1.1.2](https://github.com/kellenmurphy/samlguy/compare/samlguy-v1.1.1...samlguy-v1.1.2) (2026-05-16)
423

524

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.1.2",
3+
"version": "1.2.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)