Skip to content

Commit

Permalink
4.30.1
Browse files Browse the repository at this point in the history
[Full Changelog](v4.30.0...v4.30.1)

**Merged Pull Requests**

- Add destroy method for AlternatePaymentMethod class [#901](#901) ([Patrick-Duvall](https://github.com/Patrick-Duvall))

##### Minified MD5 Checksum
```
13b98adfe32284423cf92a8f826e18f5 ./build/recurly.min.js
```
##### [SRI Hash](https://www.srihash.org/)
```
viI7Vx2xNBeIML8D1b1L/vM08jT4rqarb5fUd/kgUPmtnUOlY6eKhCFyg76mZrpr
```
  • Loading branch information
Lib Cat committed Sep 27, 2024
1 parent b8ed11a commit 168095b
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.30.1](https://github.com/recurly/recurly-js/tree/v4.30.1) (2024-09-27)

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


**Merged Pull Requests**

- Add destroy method for AlternatePaymentMethod class [#901](https://github.com/recurly/recurly-js/pull/901) ([Patrick-Duvall](https://github.com/Patrick-Duvall))



## [v4.30.0](https://github.com/recurly/recurly-js/tree/v4.30.0) (2024-09-18)

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

0 comments on commit 168095b

Please sign in to comment.