Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrudner committed Mar 12, 2020
1 parent 5483757 commit fd55582
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## react-recurly CHANGELOG

### Version 1.1.0

* Adds useCheckoutPricing hook [#28][28]
* Adds onError prop to <ThreeDSecureAction /> [#22][22]
* Adds exception to <Element /> when it is instantiated outside of an <Elements /> tree [#22][22]

### Version 1.0.2

* Fixes distribution transpiler pipeline [#11][11]
Expand All @@ -13,7 +19,8 @@

* Initial Release [ecd70331][ecd70331]


[28]: https://github.com/recurly/react-recurly/commit/7c467341d2571d2d26f59621af30cd8c598e726b
[22]: https://github.com/recurly/react-recurly/commit/afb8a4ef665bf5ed6ab3ef8945e299619f769504
[11]: https://github.com/recurly/react-recurly/commit/46f892b18323166d14572347b2194096300f6c62
[10]: https://github.com/recurly/react-recurly/commit/00258f746ad57ea77078f7ceb037608787e2e8ef
[34fbbf7a]: https://github.com/recurly/react-recurly/commit/34fbbf7ac7bac95b480680d2d89d95cc11eddfdf
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@recurly/react-recurly",
"version": "1.0.2",
"version": "1.1.0",
"description": "React components for Recurly.js",
"main": "lib-dist/index.js",
"repository": {
Expand Down

0 comments on commit fd55582

Please sign in to comment.