Skip to content

Commit

Permalink
Version 4.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissrogers committed Jul 16, 2020
1 parent 41559af commit c1d8b22
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Recurly.js CHANGELOG

### Version 4.13.1

* Adds OSS attribution information [#623][623]

### Version 4.13.0

* Adds support for Bacs bank account tokenization [#608][608]
Expand Down Expand Up @@ -317,6 +321,7 @@

* Full rewrite for Billing Info tokenization

[623]: https://github.com/recurly/recurly-js/commit/41559afe73c7b2f353afc1294c6b14aed4f23397
[608]: https://github.com/recurly/recurly-js/commit/1bf8bae4d712de20ebb12e7f903a0e3ce326593e
[603]: https://github.com/recurly/recurly-js/commit/c0c8b0808834a6fd1d0afbb0d0832b3a801bfb12
[600]: https://github.com/recurly/recurly-js/commit/cb8dfb58fa42d829e4e0940c8e8c8776593a3a93
Expand Down
2 changes: 1 addition & 1 deletion lib/recurly/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.13.0';
module.exports = '4.13.1';
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,7 +1,7 @@
{
"name": "recurly.js",
"description": "Zen subscription billing in the browser",
"version": "4.13.0",
"version": "4.13.1",
"license": "MIT",
"main": "recurly.js",
"repository": {
Expand Down

0 comments on commit c1d8b22

Please sign in to comment.