diff --git a/packages/okta-react/CHANGELOG.md b/packages/okta-react/CHANGELOG.md index a862fb339..f86b2dd29 100644 --- a/packages/okta-react/CHANGELOG.md +++ b/packages/okta-react/CHANGELOG.md @@ -1,4 +1,5 @@ -# 1.2.1 + +# 1.2.2 ### Features @@ -8,6 +9,10 @@ - [`654550`](https://github.com/okta/okta-oidc-js/commit/6545506921cbe6e8f15076e45e908f285a6e2f1e) - All configuration options are now accepted. See [Configuration Reference](https://github.com/okta/okta-auth-js#configuration-reference). Camel-case (clientId) is now the preferred syntax for all Okta OIDC libraries. Underscore syntax (client_id) will be deprecated in a future release. +# 1.2.1 + +- internal version + # 1.2.0 ### Features diff --git a/packages/okta-react/package.json b/packages/okta-react/package.json index 11df50279..331ba3f11 100644 --- a/packages/okta-react/package.json +++ b/packages/okta-react/package.json @@ -1,6 +1,6 @@ { "name": "@okta/okta-react", - "version": "1.2.1", + "version": "1.2.2", "description": "React support for Okta", "main": "./dist/index.js", "scripts": {