Skip to content

Commit

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

### Version 4.14.0

* Adds support for Becs tokenization [#614][614]
* Adds support for tax_identifier tokenization [#629][629]
* Fixes previous tabbing for Elements on non-mobile browsers [#618][618]

### Version 4.13.1

* Adds OSS attribution information [#623][623]
Expand Down Expand Up @@ -321,6 +327,9 @@

* Full rewrite for Billing Info tokenization

[629]: https://github.com/recurly/recurly-js/commit/43a47cbf783fdcbec07a85fa033297a1575c5364
[618]: https://github.com/recurly/recurly-js/commit/35f44db4e38a89bc20e1673501bea385b77eb0bf
[614]: https://github.com/recurly/recurly-js/commit/f04390afba8bbb651879a6a85ab0e40492b3e106
[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
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.1';
module.exports = '4.14.0';
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.1",
"version": "4.14.0",
"license": "MIT",
"main": "recurly.js",
"repository": {
Expand Down

0 comments on commit d0dc7c9

Please sign in to comment.