diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000..1b763b1 --- /dev/null +++ b/.prettierignore @@ -0,0 +1 @@ +CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bc7e4aa..256c881 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.16.0" + ".": "0.16.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6f2c695 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.16.1](https://github.com/workos/authkit-react/compare/v0.16.0...v0.16.1) (2026-03-26) + + +### Features + +* Upgrade authkit-js to v0.20.0 ([#90](https://github.com/workos/authkit-react/issues/90)) ([10f0216](https://github.com/workos/authkit-react/commit/10f0216fea720e8bbee274312c1c0f758385876f)) diff --git a/package-lock.json b/package-lock.json index e59225d..c3789da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@workos-inc/authkit-react", - "version": "0.16.0", + "version": "0.16.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@workos-inc/authkit-react", - "version": "0.16.0", + "version": "0.16.1", "license": "MIT", "dependencies": { "@workos-inc/authkit-js": "0.20.0" diff --git a/package.json b/package.json index cc78478..cc91092 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workos-inc/authkit-react", - "version": "0.16.0", + "version": "0.16.1", "description": "AuthKit React SDK", "main": "./dist/index.js", "module": "./dist/index.mjs",