Skip to content

Commit

Permalink
4.25.2
Browse files Browse the repository at this point in the history
[Full Changelog](v4.25.1...v4.25.2)

**Merged Pull Requests**

- feat(apple pay): Improve support [#834](#834) ([cbarton](https://github.com/cbarton))

##### Minified MD5 Checksum
```
b87779a325ab6831f2983f92a292b536 ./build/recurly.min.js
```
##### [SRI Hash](https://www.srihash.org/)
```
3kT/KhNZmzCX8FL7pZMmtdAu8TKoJ1a/4wM/heK3gaN8NJeUt+3unit+67A7Rzcv
```
  • Loading branch information
Lib Cat committed Jun 29, 2023
1 parent f121ce3 commit d4197b8
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.25.2](https://github.com/recurly/recurly-js/tree/v4.25.2) (2023-06-29)

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


**Merged Pull Requests**

- feat(apple pay): Improve support [#834](https://github.com/recurly/recurly-js/pull/834) ([cbarton](https://github.com/cbarton))



## [v4.25.1](https://github.com/recurly/recurly-js/tree/v4.25.1) (2023-06-26)

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

0 comments on commit d4197b8

Please sign in to comment.