diff --git a/CHANGELOG.md b/CHANGELOG.md index f31a84949..df760313f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.126.5](https://github.com/autokitteh/web-platform/compare/v2.126.4...v2.126.5) (2025-01-12) + + +### Bug Fixes + +* **UI-1173:** close editor/viewer on fetch error in session and event viewers ([#884](https://github.com/autokitteh/web-platform/issues/884)) ([830f6d4](https://github.com/autokitteh/web-platform/commit/830f6d4cefd06c936b1c4bb0608ff7e723cb99f0)) + ## [2.126.4](https://github.com/autokitteh/web-platform/compare/v2.126.3...v2.126.4) (2025-01-12) ## [2.126.3](https://github.com/autokitteh/web-platform/compare/v2.126.2...v2.126.3) (2025-01-12) diff --git a/package-lock.json b/package-lock.json index 304865993..c7ffa5b7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "autokitteh", - "version": "2.126.4", + "version": "2.126.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "autokitteh", - "version": "2.126.4", + "version": "2.126.5", "hasInstallScript": true, "dependencies": { "@bufbuild/protobuf": "^1.10.0", diff --git a/package.json b/package.json index c2962bf98..31591f497 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "autokitteh", "private": true, "type": "module", - "version": "2.126.4", + "version": "2.126.5", "scripts": { "build": "vite build", "build-storybook": "storybook build",