Skip to content

Commit

Permalink
4.29.0
Browse files Browse the repository at this point in the history
[Full Changelog](v4.28.2...v4.29.0)

**Merged Pull Requests**

- Support Cash App [#881](#881) ([gilv93](https://github.com/gilv93))

##### Minified MD5 Checksum
```
485287a02f677136b2f61dfd63bb88e5 ./build/recurly.min.js
```
##### [SRI Hash](https://www.srihash.org/)
```
qBCn3iqlBHu8T9DTuuNAuhLBuu8ft11uqM2Sfuz5oZuB5ldTKcad6FABjN6nG6lU
```
  • Loading branch information
Lib Cat committed May 30, 2024
1 parent 7e3be2d commit 3868a4a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [v4.29.0](https://github.com/recurly/recurly-js/tree/v4.29.0) (2024-05-30)

[Full Changelog](https://github.com/recurly/recurly-js/compare/v4.28.2...v4.29.0)


**Merged Pull Requests**

- Support Cash App [#881](https://github.com/recurly/recurly-js/pull/881) ([gilv93](https://github.com/gilv93))



## [v4.28.2](https://github.com/recurly/recurly-js/tree/v4.28.2) (2024-04-16)

[Full Changelog](https://github.com/recurly/recurly-js/compare/v4.28.1...v4.28.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.28.2';
module.exports = '4.29.0';
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.28.2",
"version": "4.29.0",
"license": "MIT",
"main": "recurly.js",
"repository": {
Expand Down

0 comments on commit 3868a4a

Please sign in to comment.