From ac2a6d6ae7b9302724f41cea0ff4cadc29afadfa Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 15:29:35 +0000 Subject: [PATCH] chore(main): release 0.12.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 38acea6..18eef3d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.12.1" + ".": "0.12.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 094df72..043473f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 While the package is pre-1.0, minor version bumps (e.g. `0.4.x → 0.10.0`) are used to signal breaking changes. +## [0.12.2](https://github.com/workos/authkit-react-router/compare/v0.12.1...v0.12.2) (2026-07-30) + + +### Bug Fixes + +* Preserve session on transient refresh failures ([#79](https://github.com/workos/authkit-react-router/issues/79)) ([c920a46](https://github.com/workos/authkit-react-router/commit/c920a46cf565365a4c7b25dc368f6ca827638d1d)) + ## [0.12.1](https://github.com/workos/authkit-react-router/compare/v0.12.0...v0.12.1) (2026-06-23) diff --git a/package-lock.json b/package-lock.json index 1ac41c5..97561eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@workos-inc/authkit-react-router", - "version": "0.12.1", + "version": "0.12.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@workos-inc/authkit-react-router", - "version": "0.12.1", + "version": "0.12.2", "license": "MIT", "dependencies": { "@workos-inc/node": "^8.13.0", diff --git a/package.json b/package.json index 2c2fa48..d72f495 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workos-inc/authkit-react-router", - "version": "0.12.1", + "version": "0.12.2", "description": "Authentication and session helpers for using WorkOS & AuthKit with React Router 7+", "sideEffects": false, "type": "commonjs",