Skip to content

Commit

Permalink
Merge pull request #41 from recurly/release-1.1.1
Browse files Browse the repository at this point in the history
1.1.1
  • Loading branch information
chrissrogers authored Mar 13, 2020
2 parents 0bba8f0 + 2a66e6e commit 3dc0410
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## react-recurly CHANGELOG

### Version 1.1.1

* Fixes missing lodash dependency [#40][40]

### Version 1.1.0

* Adds useCheckoutPricing hook [#28][28]
Expand All @@ -19,6 +23,7 @@

* Initial Release [ecd70331][ecd70331]

[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
[11]: https://github.com/recurly/react-recurly/commit/46f892b18323166d14572347b2194096300f6c62
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.1.0",
"version": "1.1.1",
"description": "React components for Recurly.js",
"main": "lib-dist/index.js",
"repository": {
Expand Down

0 comments on commit 3dc0410

Please sign in to comment.