Skip to content

Commit

Permalink
4.29.3
Browse files Browse the repository at this point in the history
[Full Changelog](v4.29.2...v4.29.3)

**Merged Pull Requests**

- Ensures setup fees are not applied to subscriptions with quantity = 0 [#893](#893) ([chrissrogers](https://github.com/chrissrogers))
- chore: convert Google Pay element to a class from function [#892](#892) ([cbarton](https://github.com/cbarton))
- chore: extract loading braintree libraries to util/braintree [#891](#891) ([cbarton](https://github.com/cbarton))

##### Minified MD5 Checksum
```
3aedc5c6a5c87365133c8b23feb32f0c ./build/recurly.min.js
```
##### [SRI Hash](https://www.srihash.org/)
```
lhLNZJ447F9CH0rGPYMNS3NV3Nwnn4Y3oaUsbTa3cAQ/J7XDX76JAa2Htis2bEro
```
  • Loading branch information
Lib Cat committed Aug 26, 2024
1 parent 5285fd4 commit 2a26029
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.29.2';
module.exports = '4.29.3';
4 changes: 2 additions & 2 deletions 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.29.2",
"version": "4.29.3",
"license": "MIT",
"main": "recurly.js",
"repository": {
Expand Down

0 comments on commit 2a26029

Please sign in to comment.