Skip to content

Commit

Permalink
4.27.0
Browse files Browse the repository at this point in the history
[Full Changelog](v4.26.5...v4.27.0)

**Merged Pull Requests**

- Handle Amazon Pay 3DS action tokens [#869](#869) ([gilv93](https://github.com/gilv93))

##### Minified MD5 Checksum
```
62fbce8899b95d1a514aa7610bba0b96 ./build/recurly.min.js
```
##### [SRI Hash](https://www.srihash.org/)
```
IAUVdtijbgaurWvGGA81MyviOQbjBKJya+GC+utvyF8GMlRSEBJPAPcP0+LgrgcP
```
  • Loading branch information
Lib Cat committed Feb 14, 2024
1 parent 3a29a1d commit 84c6faf
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.27.0](https://github.com/recurly/recurly-js/tree/v4.27.0) (2024-02-14)

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


**Merged Pull Requests**

- Handle Amazon Pay 3DS action tokens [#869](https://github.com/recurly/recurly-js/pull/869) ([gilv93](https://github.com/gilv93))



## [v4.26.5](https://github.com/recurly/recurly-js/tree/v4.26.5) (2024-01-27)

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

0 comments on commit 84c6faf

Please sign in to comment.