Skip to content

Commit

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

**Merged Pull Requests**

- Ensures addons are not included in subscriptions with quantity = 0 [#895](#895) ([chrissrogers](https://github.com/chrissrogers))
- 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
```
42050ba64172af4e291a37545fa905de ./build/recurly.min.js
```
##### [SRI Hash](https://www.srihash.org/)
```
OHnJ0LXZyg2EpXal64oDpbfmLPrToCaWpN792/a3zsj6my6ILT6bd9k7NVaZFxge
```
  • Loading branch information
Lib Cat committed Aug 26, 2024
1 parent 2723b6f commit 363d2a2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Changelog

## [v4.29.3](https://github.com/recurly/recurly-js/tree/v4.29.3) (2024-08-26)
## [v4.29.4](https://github.com/recurly/recurly-js/tree/v4.29.4) (2024-08-26)

[Full Changelog](https://github.com/recurly/recurly-js/compare/v4.29.2...v4.29.3)
[Full Changelog](https://github.com/recurly/recurly-js/compare/v4.29.2...v4.29.4)


**Merged Pull Requests**

- Ensures addons are not included in subscriptions with quantity = 0 [#895](https://github.com/recurly/recurly-js/pull/895) ([chrissrogers](https://github.com/chrissrogers))
- 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))
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.3';
module.exports = '4.29.4';
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.3",
"version": "4.29.4",
"license": "MIT",
"main": "recurly.js",
"repository": {
Expand Down

0 comments on commit 363d2a2

Please sign in to comment.