Skip to content

Commit

Permalink
Merge pull request #251 from recurly/version-bump
Browse files Browse the repository at this point in the history
Version 4.0.3
  • Loading branch information
chrissrogers committed Apr 28, 2016
2 parents 436c6b8 + 2eb4642 commit 4936ec6
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.0.3 (Apr 28, 2016)

* Updates discount type indication [#250][250]

### Version 4.0.2 (Apr 20, 2016)

* Adds detection of new Mastercard BIN ranges [#229][229]
Expand Down Expand Up @@ -91,6 +95,7 @@

* Full rewrite for Billing Info tokenization

[250]: https://github.com/recurly/recurly-js/commit/436c6b8ac165f1acc5e41288591f8d7f1e84e23e
[246]: https://github.com/recurly/recurly-js/commit/1bed75dca6f68036fc7d1c0be9d3dadb9dcfb67a
[229]: https://github.com/recurly/recurly-js/commit/8e073b10dd8db163162579b67b7263d39ce0b2e4
[230]: https://github.com/recurly/recurly-js/commit/137e1ba91610bfe7fdaf9f5ba0974a9018f914d7
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.0.2';
module.exports = '4.0.3';
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.0.2",
"version": "4.0.3",
"license": "MIT",
"main": "recurly.js",
"repository": {
Expand Down

0 comments on commit 4936ec6

Please sign in to comment.