Skip to content

Commit

Permalink
4.26.2
Browse files Browse the repository at this point in the history
[Full Changelog](v4.26.1...v4.26.2)

**Merged Pull Requests**

- Added Address Collectiong and Web Login for Venmo on Braintree [#864](#864) ([arzitney](https://github.com/arzitney))
- Adds PUT support to Request [#860](#860) ([chrissrogers](https://github.com/chrissrogers))

##### Minified MD5 Checksum
```
19e15cc9c9509cde36c85b2ee1be823d ./build/recurly.min.js
```
##### [SRI Hash](https://www.srihash.org/)
```
nKqTMeht6tBF2Fbst55VZF2ri2HWdU7iywUGPIiBDvbFktatiI4HE7CarY4Lf3yG
```
  • Loading branch information
Lib Cat committed Nov 13, 2023
1 parent a9a17e0 commit 1794e7b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [v4.26.2](https://github.com/recurly/recurly-js/tree/v4.26.2) (2023-11-13)

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


**Merged Pull Requests**

- Added Address Collectiong and Web Login for Venmo on Braintree [#864](https://github.com/recurly/recurly-js/pull/864) ([arzitney](https://github.com/arzitney))
- Adds PUT support to Request [#860](https://github.com/recurly/recurly-js/pull/860) ([chrissrogers](https://github.com/chrissrogers))



## [v4.26.1](https://github.com/recurly/recurly-js/tree/v4.26.1) (2023-11-03)

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

0 comments on commit 1794e7b

Please sign in to comment.