diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cec06fe0..0510f5132 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Recurly.js CHANGELOG +### Version 3.0.5 (August 5, 2014) + +* Fixed missing json module dependency [#138][138] + ### Version 3.0.4 (July 24, 2014) * Fixed issue with addons and pricing module [#137][137] @@ -26,6 +30,7 @@ * Full rewrite for Billing Info tokenization +[138]: https://github.com/recurly/recurly-js/commit/ce631dbd75c62670f91f226ab02dad0218f5c90f [137]: https://github.com/recurly/recurly-js/commit/db481de4459dcb7918060f1d3fbfaeb57c39d802 [127]: https://github.com/recurly/recurly-js/commit/744942e2922c42ee6a67fb131cdf1f8a208ab797 [126]: https://github.com/recurly/recurly-js/commit/0fa3b8a57a12e89050a51e40e91ec1a9b34bb30e diff --git a/bower.json b/bower.json index c36ef530d..43357715e 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "recurly", - "version": "3.0.4", + "version": "3.0.5", "main": "recurly.js", "dependencies": {}, "devDependencies": {} diff --git a/component.json b/component.json index ef91de371..11b71f7a1 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "recurly", "repository": "recurly/recurly-js", "description": "Official Recurly JavaScript client for the browser.", - "version": "3.0.4", + "version": "3.0.5", "keywords": [ "recurly" ], diff --git a/lib/version.js b/lib/version.js index 8f9c0fa31..135227416 100644 --- a/lib/version.js +++ b/lib/version.js @@ -3,4 +3,4 @@ * Current package/component version. */ -module.exports = '3.0.4'; +module.exports = '3.0.5'; diff --git a/package.json b/package.json index d07eb10c3..cb7817640 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "recurly.js", "description": "Zen subscription billing in the browser", - "version": "3.0.4", + "version": "3.0.5", "license": "MIT", "main": "recurly.js", "repository": {