Skip to content

Commit c7b7da6

Browse files
author
Lib Cat
committed
4.26.3
[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 ```
1 parent 5d2777d commit c7b7da6

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [v4.26.3](https://github.com/recurly/recurly-js/tree/v4.26.3) (2023-11-28)
4+
5+
[Full Changelog](https://github.com/recurly/recurly-js/compare/v4.26.2...v4.26.3)
6+
7+
8+
**Merged Pull Requests**
9+
10+
- pass gateway_code to choose if multiple Amazon gateway instances [#863](https://github.com/recurly/recurly-js/pull/863) ([jsanderson1130](https://github.com/jsanderson1130))
11+
12+
13+
314
## [v4.26.2](https://github.com/recurly/recurly-js/tree/v4.26.2) (2023-11-13)
415

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

lib/recurly/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
* Current package/component version.
44
*/
55

6-
module.exports = '4.26.2';
6+
module.exports = '4.26.3';

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "recurly.js",
33
"description": "Zen subscription billing in the browser",
4-
"version": "4.26.2",
4+
"version": "4.26.3",
55
"license": "MIT",
66
"main": "recurly.js",
77
"repository": {

0 commit comments

Comments
 (0)