From 2a26029d2026a12c292d2cb1669f0e39bebe0cb0 Mon Sep 17 00:00:00 2001 From: Lib Cat Date: Mon, 26 Aug 2024 17:23:55 +0000 Subject: [PATCH] 4.29.3 [Full Changelog](https://github.com/recurly/recurly-js/compare/v4.29.2...v4.29.3) **Merged Pull Requests** - Ensures setup fees are not applied to subscriptions with quantity = 0 [#893](https://github.com/recurly/recurly-js/pull/893) ([chrissrogers](https://github.com/chrissrogers)) - chore: convert Google Pay element to a class from function [#892](https://github.com/recurly/recurly-js/pull/892) ([cbarton](https://github.com/cbarton)) - chore: extract loading braintree libraries to util/braintree [#891](https://github.com/recurly/recurly-js/pull/891) ([cbarton](https://github.com/cbarton)) ##### Minified MD5 Checksum ``` 3aedc5c6a5c87365133c8b23feb32f0c ./build/recurly.min.js ``` ##### [SRI Hash](https://www.srihash.org/) ``` lhLNZJ447F9CH0rGPYMNS3NV3Nwnn4Y3oaUsbTa3cAQ/J7XDX76JAa2Htis2bEro ``` --- CHANGELOG.md | 13 +++++++++++++ lib/recurly/version.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a2b54d2..c089b202 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [v4.29.3](https://github.com/recurly/recurly-js/tree/v4.29.3) (2024-08-26) + +[Full Changelog](https://github.com/recurly/recurly-js/compare/v4.29.2...v4.29.3) + + +**Merged Pull Requests** + +- Ensures setup fees are not applied to subscriptions with quantity = 0 [#893](https://github.com/recurly/recurly-js/pull/893) ([chrissrogers](https://github.com/chrissrogers)) +- chore: convert Google Pay element to a class from function [#892](https://github.com/recurly/recurly-js/pull/892) ([cbarton](https://github.com/cbarton)) +- chore: extract loading braintree libraries to util/braintree [#891](https://github.com/recurly/recurly-js/pull/891) ([cbarton](https://github.com/cbarton)) + + + ## [v4.29.2](https://github.com/recurly/recurly-js/tree/v4.29.2) (2024-07-30) [Full Changelog](https://github.com/recurly/recurly-js/compare/v4.29.1...v4.29.2) diff --git a/lib/recurly/version.js b/lib/recurly/version.js index ca37293c..391d9054 100644 --- a/lib/recurly/version.js +++ b/lib/recurly/version.js @@ -3,4 +3,4 @@ * Current package/component version. */ -module.exports = '4.29.2'; +module.exports = '4.29.3'; diff --git a/package-lock.json b/package-lock.json index a80444b0..59a704f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "recurly.js", - "version": "4.29.2", + "version": "4.29.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "recurly.js", - "version": "4.29.2", + "version": "4.29.3", "license": "MIT", "workspaces": [ "packages/*" diff --git a/package.json b/package.json index ed943e7a..3cf66c97 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "recurly.js", "description": "Zen subscription billing in the browser", - "version": "4.29.2", + "version": "4.29.3", "license": "MIT", "main": "recurly.js", "repository": {