Skip to content

Commit fb805e6

Browse files
authored
Merge pull request #98 from STARTcloud/release-please--branches--main--components--armor
chore(main): release 1.16.1
2 parents 579019d + 4a2e36e commit fb805e6

6 files changed

Lines changed: 13 additions & 6 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.16.0"
2+
".": "1.16.1"
33
}

CHANGELOG.md

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

3+
## [1.16.1](https://github.com/STARTcloud/armor/compare/v1.16.0...v1.16.1) (2025-10-05)
4+
5+
6+
### Bug Fixes
7+
8+
* backchannel logout verification via jose sinece openid-client won't support this ([579019d](https://github.com/STARTcloud/armor/commit/579019d9f531705fe81faa1524e69c46b37c9b9f))
9+
310
## [1.16.0](https://github.com/STARTcloud/armor/compare/v1.15.1...v1.16.0) (2025-10-05)
411

512

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": "armor",
3-
"version": "1.16.0",
3+
"version": "1.16.1",
44
"description": "ARMOR Reliably Manages Online Resources",
55
"license": "GPL-3.0",
66
"type": "module",

packaging/config/version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 1.16.0
1+
version: 1.16.1

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "armor-frontend",
3-
"version": "1.16.0",
3+
"version": "1.16.1",
44
"private": true,
55
"license": "GPL-3.0",
66
"description": "Armor Web Interface",

0 commit comments

Comments
 (0)