Skip to content

Commit

Permalink
Version 4.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Rogers <[email protected]>
  • Loading branch information
chrissrogers committed Oct 28, 2016
1 parent f3d30c9 commit a0d9564
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 @@
## Recurly.js CHANGELOG

### Version 4.3.0 (Oct 7, 2016)

* Adds field reinstantiation support [#267][267]

### Version 4.2.0 (Oct 7, 2016)

* Adds shipping address support [#300][300]
Expand Down Expand Up @@ -122,6 +126,7 @@

* Full rewrite for Billing Info tokenization

[267]: https://github.com/recurly/recurly-js/commit/f3d30c92ac79fece0d574ab814ae29f3d346ad5d
[300]: https://github.com/recurly/recurly-js/commit/cd1ccacaa01f79bbc5b886d4f8d6ae7c281955ba
[297]: https://github.com/recurly/recurly-js/commit/27b90787d2f3e8fbb1daf27700d7fb7fd9955373
[295]: https://github.com/recurly/recurly-js/commit/70d314fbb443de13377a1addded5fcd1079bb6de
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.2.0';
module.exports = '4.3.0';
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.2.0",
"version": "4.3.0",
"license": "MIT",
"main": "recurly.js",
"repository": {
Expand Down

0 comments on commit a0d9564

Please sign in to comment.