From 5c1eb4c412ccc38514038c9c96739f4c10c6f7ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 22:47:55 +0000 Subject: [PATCH] chore(main): release 2.0.0 --- .release-please-manifest.json | 2 +- lib/CHANGELOG.md | 13 +++++++++++++ lib/package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 lib/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f90d7c9..de2ee46 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"lib":"1.1.0"} \ No newline at end of file +{"lib":"2.0.0"} \ No newline at end of file diff --git a/lib/CHANGELOG.md b/lib/CHANGELOG.md new file mode 100644 index 0000000..0d9402f --- /dev/null +++ b/lib/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## [2.0.0](https://github.com/forwardsoftware/react-auth/compare/v1.1.0...v2.0.0) (2025-05-13) + + +### ⚠ BREAKING CHANGES + +* Expose enhanced AuthClient interface and refactor authentication logic ([#13](https://github.com/forwardsoftware/react-auth/issues/13)) + +### Features + +* Expose enhanced AuthClient interface and refactor authentication logic ([#13](https://github.com/forwardsoftware/react-auth/issues/13)) ([b5d3988](https://github.com/forwardsoftware/react-auth/commit/b5d39884fb9d65e472a54a42b1a52b403adf4851)) +* modernize project tooling, dependencies, and examples ([#7](https://github.com/forwardsoftware/react-auth/issues/7)) ([ac06376](https://github.com/forwardsoftware/react-auth/commit/ac063768917622e537c57b45da9eff5b50060c75)) diff --git a/lib/package.json b/lib/package.json index 8782f0c..0e082b4 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": "1.1.0", + "version": "2.0.0", "author": "ForWarD Software (https://forwardsoftware.solutions/)", "license": "MIT", "repository": "https://github.com/forwardsoftware/react-auth",