From 168095b40315b5fab175cb82f159359346645e88 Mon Sep 17 00:00:00 2001 From: Lib Cat Date: Fri, 27 Sep 2024 20:09:32 +0000 Subject: [PATCH] 4.30.1 [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)) ##### Minified MD5 Checksum ``` 13b98adfe32284423cf92a8f826e18f5 ./build/recurly.min.js ``` ##### [SRI Hash](https://www.srihash.org/) ``` viI7Vx2xNBeIML8D1b1L/vM08jT4rqarb5fUd/kgUPmtnUOlY6eKhCFyg76mZrpr ``` --- CHANGELOG.md | 11 +++++++++++ lib/recurly/version.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ed6b108..d96ca811 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lib/recurly/version.js b/lib/recurly/version.js index 72544447..5482c4ec 100644 --- a/lib/recurly/version.js +++ b/lib/recurly/version.js @@ -3,4 +3,4 @@ * Current package/component version. */ -module.exports = '4.30.0'; +module.exports = '4.30.1'; diff --git a/package-lock.json b/package-lock.json index fa271e41..76b97a64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "recurly.js", - "version": "4.30.0", + "version": "4.30.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "recurly.js", - "version": "4.30.0", + "version": "4.30.1", "license": "MIT", "workspaces": [ "packages/*" diff --git a/package.json b/package.json index 46cbeb9b..ba65dbc4 100644 --- a/package.json +++ b/package.json @@ -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": {