Skip to content

Commit

Permalink
4.28.1
Browse files Browse the repository at this point in the history
[Full Changelog](v4.28.0...v4.28.1)

**Merged Pull Requests**

- fix: Amazon Pay should be emitting the 'cancel' event when the window is manually closed [#879](#879) ([douglasmiller](https://github.com/douglasmiller))

##### Minified MD5 Checksum
```
31e3250f0cd68b5ea0878c1b021fec3f ./build/recurly.min.js
```
##### [SRI Hash](https://www.srihash.org/)
```
2XveJQAN1GxFfJ0Szo30aSQFlziLPJZThv5Gsp5I7PznSLBLHbRHvys8iPi87JT9
```
  • Loading branch information
Lib Cat committed Apr 8, 2024
1 parent 80b445c commit 8412b3b
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.28.1](https://github.com/recurly/recurly-js/tree/v4.28.1) (2024-04-08)

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


**Merged Pull Requests**

- fix: Amazon Pay should be emitting the 'cancel' event when the window is manually closed [#879](https://github.com/recurly/recurly-js/pull/879) ([douglasmiller](https://github.com/douglasmiller))



## [v4.28.0](https://github.com/recurly/recurly-js/tree/v4.28.0) (2024-02-28)

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

0 comments on commit 8412b3b

Please sign in to comment.