diff --git a/CHANGELOG.md b/CHANGELOG.md index aa4e3c8..bab2428 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,13 @@ ## react-recurly CHANGELOG +### Version 1.2.2 + +- Fixes type for useCheckoutPricing [#73][73] +- Updates propTypes for [#74][74] + ### Version 1.2.1 --Fixes "types" directory in package.json +- Fixes "types" directory in package.json ### Version 1.2.0 @@ -40,6 +45,8 @@ - Initial Release [ecd70331][ecd70331] +[74]: https://github.com/recurly/react-recurly/pull/74/commits/05c4d739d5b577084fcc8ec43e4e5989ef37c5a2 +[73]: https://github.com/recurly/react-recurly/pull/73/commits/05c4d739d5b577084fcc8ec43e4e5989ef37c5a2 [61]: https://github.com/recurly/react-recurly/pull/61/commits/05c4d739d5b577084fcc8ec43e4e5989ef37c5a2 [60]: https://github.com/recurly/react-recurly/pull/60/commits/5425f5f2f90e40a1e6585e74cd0e0b57e72a6057 [59]: https://github.com/recurly/react-recurly/pull/59/commits/09b8a23a3f4e7e8608bee4f7fb4583a3a5d7e42f diff --git a/package-lock.json b/package-lock.json index f31e55c..c1a0636 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@recurly/react-recurly", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9caa23b..d715f18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@recurly/react-recurly", - "version": "1.2.1", + "version": "1.2.2", "description": "React components for Recurly.js", "main": "lib-dist/index.js", "types": "types/index.d.ts",