Skip to content

Commit

Permalink
Version 4.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Rogers <[email protected]>
  • Loading branch information
chrissrogers committed Feb 24, 2017
1 parent 9a1b476 commit dac1dea
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Recurly.js CHANGELOG

### Version 4.5.1 (Feb 20, 2017)

* Fixes message collision in relay [#330][330]
* Fixes version reporting [#325][325]

### Version 4.5.0 (Feb 20, 2017)

* Adds new PayPal class [#317][317]
Expand Down Expand Up @@ -140,6 +145,8 @@

* Full rewrite for Billing Info tokenization

[330]: https://github.com/recurly/recurly-js/commit/9a1b476cd7bc85c6d8522f81b88b4441543e3e6a
[325]: https://github.com/recurly/recurly-js/commit/b6412fd859958b2760185d6af6c883f88a777613
[317]: https://github.com/recurly/recurly-js/commit/20ae37b8dc3df36f899be5922e8cfbdf68242b00
[322]: https://github.com/recurly/recurly-js/commit/085ddf71b9a92785de6cfe8cbe4b4a34b1154d48
[320]: https://github.com/recurly/recurly-js/commit/6c629181215c1cd9673b69530cac8b33551d3b97
Expand Down
2 changes: 1 addition & 1 deletion lib/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
* Current package/component version.
*/

module.exports = '4.5.0';
module.exports = '4.5.1';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "recurly.js",
"description": "Zen subscription billing in the browser",
"version": "4.5.0",
"version": "4.5.1",
"license": "MIT",
"main": "recurly.js",
"repository": {
Expand Down

0 comments on commit dac1dea

Please sign in to comment.