diff --git a/CHANGELOG.md b/CHANGELOG.md index 29916b1..ef4fa00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,28 +1,35 @@ ## react-recurly CHANGELOG +### Version 1.1.2 + +- Fixes references from useRecurly [#46][46] +- Fixes currency in useCheckoutPricing to throw error when using a currency not configured with a plan [#49][49] + ### Version 1.1.1 -* Fixes missing lodash dependency [#40][40] +- Fixes missing lodash dependency [#40][40] ### Version 1.1.0 -* Adds useCheckoutPricing hook [#28][28] -* Adds onError prop to [#22][22] -* Adds exception to when it is instantiated outside of an tree [#22][22] +- Adds useCheckoutPricing hook [#28][28] +- Adds onError prop to [#22][22] +- Adds exception to when it is instantiated outside of an tree [#22][22] ### Version 1.0.2 -* Fixes distribution transpiler pipeline [#11][11] -* Restructures demo [#10][10] +- Fixes distribution transpiler pipeline [#11][11] +- Restructures demo [#10][10] ### Version 1.0.1 -* Fixes dependency chart [34fbbf7a][34fbbf7a] +- Fixes dependency chart [34fbbf7a][34fbbf7a] ### Version 1.0.0 -* Initial Release [ecd70331][ecd70331] +- Initial Release [ecd70331][ecd70331] +[49]: https://github.com/recurly/react-recurly/commit/6ae4129b8ccc3d9df68e759cb67098667537ad03 +[46]: https://github.com/recurly/react-recurly/commit/3bf0d5349a325993b4ae2b7dfde8ab0fbe2a1085 [40]: https://github.com/recurly/react-recurly/commit/0bba8f01d7e6a7ec0877ecbbc30e3a4627bbc501 [28]: https://github.com/recurly/react-recurly/commit/7c467341d2571d2d26f59621af30cd8c598e726b [22]: https://github.com/recurly/react-recurly/commit/afb8a4ef665bf5ed6ab3ef8945e299619f769504 diff --git a/package-lock.json b/package-lock.json index 925abcb..5a5f80a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@recurly/react-recurly", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5b96db9..aa52252 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@recurly/react-recurly", - "version": "1.1.1", + "version": "1.1.2", "description": "React components for Recurly.js", "main": "lib-dist/index.js", "repository": {