From bb08e3f01ca2e42669284eb51c2d62495f206219 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 21:33:28 +0000 Subject: [PATCH] chore(main): release 2.0.1 --- .release-please-manifest.json | 2 +- lib/CHANGELOG.md | 7 +++++++ lib/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index de2ee46..805ac99 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"lib":"2.0.0"} \ No newline at end of file +{"lib":"2.0.1"} \ No newline at end of file diff --git a/lib/CHANGELOG.md b/lib/CHANGELOG.md index 0d9402f..d186363 100644 --- a/lib/CHANGELOG.md +++ b/lib/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/forwardsoftware/react-auth/compare/v2.0.0...v2.0.1) (2025-10-07) + + +### Bug Fixes + +* **deps:** bump use-sync-external-store from 1.5.0 to 1.6.0 ([#104](https://github.com/forwardsoftware/react-auth/issues/104)) ([5ed760d](https://github.com/forwardsoftware/react-auth/commit/5ed760d89633e3bf1c76ef159231d9348334f958)) + ## [2.0.0](https://github.com/forwardsoftware/react-auth/compare/v1.1.0...v2.0.0) (2025-05-13) diff --git a/lib/package.json b/lib/package.json index 38b2459..1c41210 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,7 +1,7 @@ { "name": "@forward-software/react-auth", "description": "Simplify your Auth flow when working with React apps", - "version": "2.0.0", + "version": "2.0.1", "author": "ForWarD Software (https://forwardsoftware.solutions/)", "license": "MIT", "repository": {