From c002afe0439b4ec58a48c2c4beb65d4af2eaf21c Mon Sep 17 00:00:00 2001 From: William Mantly Date: Tue, 28 Jul 2026 21:21:01 -0400 Subject: [PATCH] Release 1.10.1: fix API-token reveal modal race --- CHANGELOG.md | 5 +++++ nodejs/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01dbdd7..88b4732 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project are documented here. Format loosely follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); versions correspond to git tags (`vX.Y.Z`) and `nodejs/package.json`'s `version`. +## [1.10.1] - 2026-07-28 + +### Fixed +- **The API-token reveal modal silently didn't show after creating a token** — `submitApiToken()` called `app.modal.close()` immediately before `showToken()`'s `app.modal.open()` in the same tick, colliding with Bootstrap's hide-transition guard on the singleton modal. Same root cause as the OAuth-secret-reveal race fixed in sso-manager-node (v1.8.2) and the create-token race fixed in proxy (v1.7.0). + ## [1.10.0] - 2026-07-28 ### Added diff --git a/nodejs/package.json b/nodejs/package.json index 6835b1c..75f2214 100644 --- a/nodejs/package.json +++ b/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "t42-jump-host", - "version": "1.10.0", + "version": "1.10.1", "description": "SSH jump host for the theta42 stack — LDAP-authenticated, directory-driven host bridging with audit and metrics", "author": [ {