Skip to content

Commit

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

**Merged Pull Requests**

- pass gateway_code to choose if multiple Amazon gateway instances [#863](#863) ([jsanderson1130](https://github.com/jsanderson1130))

##### Minified MD5 Checksum
```
6d5d65ce916654c8633ea2842dd71582 ./build/recurly.min.js
```
##### [SRI Hash](https://www.srihash.org/)
```
ijeFZ3HFpmIdJLx4e1z+JubBT5/QXhWncxRotfpbo/fenfqbe2kP95hZFC7EHwL0
```
  • Loading branch information
Lib Cat committed Nov 28, 2023
1 parent 5d2777d commit c7b7da6
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog

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

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


**Merged Pull Requests**

- pass gateway_code to choose if multiple Amazon gateway instances [#863](https://github.com/recurly/recurly-js/pull/863) ([jsanderson1130](https://github.com/jsanderson1130))



## [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)
Expand Down
2 changes: 1 addition & 1 deletion lib/recurly/version.js
Expand Up @@ -3,4 +3,4 @@
* Current package/component version.
*/

module.exports = '4.26.2';
module.exports = '4.26.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
@@ -1,7 +1,7 @@
{
"name": "recurly.js",
"description": "Zen subscription billing in the browser",
"version": "4.26.2",
"version": "4.26.3",
"license": "MIT",
"main": "recurly.js",
"repository": {
Expand Down

0 comments on commit c7b7da6

Please sign in to comment.