Skip to content

Commit

Permalink
4.25.10
Browse files Browse the repository at this point in the history
[Full Changelog](v4.25.9...v4.25.10)

**Merged Pull Requests**

- Adds hostname configuration pass-through [#851](#851) ([chrissrogers](https://github.com/chrissrogers))
- Updated images for iOS-15-Remote Browser for e2e tests [#850](#850) ([arzitney](https://github.com/arzitney))
- Add Amazon Pay [#848](#848) ([gilv93](https://github.com/gilv93))

##### Minified MD5 Checksum
```
64916810ac0bfbf2f9883ea19703106a ./build/recurly.min.js
```
##### [SRI Hash](https://www.srihash.org/)
```
x0DqEFWzgYu1qwrCjO3QJJxHsKvmvomuRk7BAU/OS+9L+a4h1mGa6EV7y9hEIqin
```
  • Loading branch information
Lib Cat committed Sep 27, 2023
1 parent 19df7ff commit c980091
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [v4.25.10](https://github.com/recurly/recurly-js/tree/v4.25.10) (2023-09-27)

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


**Merged Pull Requests**

- Adds hostname configuration pass-through [#851](https://github.com/recurly/recurly-js/pull/851) ([chrissrogers](https://github.com/chrissrogers))
- Updated images for iOS-15-Remote Browser for e2e tests [#850](https://github.com/recurly/recurly-js/pull/850) ([arzitney](https://github.com/arzitney))
- Add Amazon Pay [#848](https://github.com/recurly/recurly-js/pull/848) ([gilv93](https://github.com/gilv93))



## [v4.25.9](https://github.com/recurly/recurly-js/tree/v4.25.9) (2023-09-07)

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

0 comments on commit c980091

Please sign in to comment.