Merge pull request #188 from theta42/release/1.5.3

Release 1.5.3
This commit is contained in:
2026-07-28 13:38:28 -04:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -6,6 +6,11 @@ correspond to git tags (`vX.Y.Z`) and `nodejs/package.json`'s `version`.
## [Unreleased] ## [Unreleased]
## [1.5.3] - 2026-07-28
### Fixed
- **`formAJAX`'s loading indicator showed literal HTML**, not a spinner — same fix as sso-manager-node's companion release. Replaced with plain text.
## [1.5.2] - 2026-07-28 ## [1.5.2] - 2026-07-28
### Added ### Added
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "proxy-api", "name": "proxy-api",
"version": "1.5.2", "version": "1.5.3",
"author": [ "author": [
{ {
"name": "William Mantly", "name": "William Mantly",