Skip to content

Commit fe1a04c

Browse files
authored
Merge pull request #95 from STARTcloud/release-please--branches--main--components--armor
chore(main): release 1.15.0
2 parents 495e6b8 + 107aaf0 commit fe1a04c

6 files changed

Lines changed: 18 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.14.7"
2+
".": "1.15.0"
33
}

CHANGELOG.md

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

3+
## [1.15.0](https://github.com/STARTcloud/armor/compare/v1.14.7...v1.15.0) (2025-10-03)
4+
5+
6+
### Features
7+
8+
* guest user -- restricted access ([495e6b8](https://github.com/STARTcloud/armor/commit/495e6b88043ac2fbcbf958845bdd14112d2a491c))
9+
10+
11+
### Bug Fixes
12+
13+
* index.html ([3b1878d](https://github.com/STARTcloud/armor/commit/3b1878d5407c317b598650b61de5ab60ff48b90a))
14+
315
## [1.14.7](https://github.com/STARTcloud/armor/compare/v1.14.6...v1.14.7) (2025-10-03)
416

517

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.14.7",
3+
"version": "1.15.0",
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.14.7
1+
version: 1.15.0

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.14.7",
3+
"version": "1.15.0",
44
"private": true,
55
"license": "GPL-3.0",
66
"description": "Armor Web Interface",

0 commit comments

Comments
 (0)