Skip to content

Commit

Permalink
release 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-fusionauth committed Sep 20, 2024
1 parent d80ae45 commit c1e4f4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/sdk-react/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
fusionauth-react-sdk Changes

Changes in 2.4.3

- Correctly address issues with config and `isLoggedIn` in [169](https://github.com/FusionAuth/fusionauth-javascript-sdk/pull/169)

Changes in 2.4.2

- Fix a bug where the token is not refreshed in React-SDK.
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fusionauth/react-sdk",
"version": "2.4.2",
"version": "2.4.3",
"private": false,
"description": "FusionAuth solves the problem of building essential security without adding risk or distracting from your primary application",
"type": "module",
Expand Down Expand Up @@ -63,4 +63,4 @@
"vite-plugin-dts": "^3.7.3",
"vitest": "^1.3.1"
}
}
}

0 comments on commit c1e4f4c

Please sign in to comment.