Skip to content

Commit

Permalink
Version 4.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissrogers committed Mar 25, 2019
1 parent 87b370b commit 92f97fc
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.9.6

* Adds specific tax amount overrides to SubscriptionPricing and CheckoutPricing [#515][515]

### Version 4.9.5

* Isolates message buses across multiple recurly instances [#500][500]
Expand Down Expand Up @@ -263,6 +267,7 @@

* Full rewrite for Billing Info tokenization

[515]: https://github.com/recurly/recurly-js/commit/00d6a3b7960678239ea57fbfb056d666ed05aacd
[510]: https://github.com/recurly/recurly-js/commit/bd75ac7db6dc871eedd50083d94e2e8caaa3a439
[507]: https://github.com/recurly/recurly-js/commit/f93f833cac21fa5d27ba6a4bcaf5816c38920383
[504]: https://github.com/recurly/recurly-js/commit/a87b9f15c14622fedb7269e38a14701294582786
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.9.5';
module.exports = '4.9.6';
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.9.5",
"version": "4.9.6",
"license": "MIT",
"main": "recurly.js",
"repository": {
Expand Down

0 comments on commit 92f97fc

Please sign in to comment.