diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 60ab011..363ee19 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "packages/auth-provider": "6.2.1", - "packages/auth-common": "2.12.1" + "packages/auth-common": "3.0.0" } diff --git a/packages/auth-common/CHANGELOG.md b/packages/auth-common/CHANGELOG.md index ae9e903..21a0ca7 100644 --- a/packages/auth-common/CHANGELOG.md +++ b/packages/auth-common/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [3.0.0](https://github.com/aversini/auth-client/compare/auth-common-v2.12.1...auth-common-v3.0.0) (2024-07-19) + + +### ⚠ BREAKING CHANGES + +* the params are now an object + +### Features + +* adding body as a possible option for getting token ([#117](https://github.com/aversini/auth-client/issues/117)) ([768a977](https://github.com/aversini/auth-client/commit/768a97751f94af2744e00dda40b8eff028e0a0c8)) + ## [2.12.1](https://github.com/aversini/auth-client/compare/auth-common-v2.12.0...auth-common-v2.12.1) (2024-07-15) diff --git a/packages/auth-common/package.json b/packages/auth-common/package.json index 566ff76..5475760 100644 --- a/packages/auth-common/package.json +++ b/packages/auth-common/package.json @@ -1,6 +1,6 @@ { "name": "@versini/auth-common", - "version": "2.12.1", + "version": "3.0.0", "license": "MIT", "author": "Arno Versini", "publishConfig": {