From 922ccc948961df8f907fd3a551107d402076bba4 Mon Sep 17 00:00:00 2001 From: stackone-devops-service-account <134339762+stackone-devops-service-account@users.noreply.github.com> Date: Thu, 16 Apr 2026 21:49:55 +0100 Subject: [PATCH] chore(main): release hub 1.3.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 05963e9..b5f8512 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.3.2"} +{".":"1.3.3"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ecadd7..427af12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.3.3](https://github.com/StackOneHQ/hub/compare/hub-v1.3.2...hub-v1.3.3) (2026-04-16) + + +### Bug Fixes + +* **ENG-12551:** add x-hub-session-token header to connection attempt requests ([#139](https://github.com/StackOneHQ/hub/issues/139)) ([73ca0b8](https://github.com/StackOneHQ/hub/commit/73ca0b8177f8cc8de8b9b7c8efad16c3bfc9b3ed)) +* **ENG-12551:** update connection attempts URL to /hub/ path ([#137](https://github.com/StackOneHQ/hub/issues/137)) ([059363d](https://github.com/StackOneHQ/hub/commit/059363daa493b64dda3b42a90d535547c9fc7947)) + ## [1.3.2](https://github.com/StackOneHQ/hub/compare/hub-v1.3.1...hub-v1.3.2) (2026-04-16) diff --git a/package-lock.json b/package-lock.json index 6568f85..d3d4f2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@stackone/hub", - "version": "1.3.2", + "version": "1.3.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@stackone/hub", - "version": "1.3.2", + "version": "1.3.3", "license": "MIT", "dependencies": { "@stackone/expressions": "^0.16.0", diff --git a/package.json b/package.json index 550a482..0b9215b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stackone/hub", - "version": "1.3.2", + "version": "1.3.3", "description": "StackOne HUB", "main": "dist/index.js", "module": "dist/index.esm.js",