From a88e7c8d831812bf96f805d9653cdbfc1dc4a033 Mon Sep 17 00:00:00 2001 From: Lib Cat Date: Fri, 3 Nov 2023 21:51:40 +0000 Subject: [PATCH] 4.26.1 [Full Changelog](https://github.com/recurly/recurly-js/compare/v4.26.0...v4.26.1) **Merged Pull Requests** - fix tax calculations on next object with single-use coupons [#858](https://github.com/recurly/recurly-js/pull/858) ([wsethbrown](https://github.com/wsethbrown)) ##### Minified MD5 Checksum ``` dbca2bfcf5cbc77760ea23a8920c2246 ./build/recurly.min.js ``` ##### [SRI Hash](https://www.srihash.org/) ``` KHsKcMNzRZu9sJmVX8eA0LOD5rjeIDWkzQeq2c+83MJXr/Zw88BGBrcyIryPu/x5 ``` --- 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 303ddaf5e..06819691d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [v4.26.1](https://github.com/recurly/recurly-js/tree/v4.26.1) (2023-11-03) + +[Full Changelog](https://github.com/recurly/recurly-js/compare/v4.26.0...v4.26.1) + + +**Merged Pull Requests** + +- fix tax calculations on next object with single-use coupons [#858](https://github.com/recurly/recurly-js/pull/858) ([wsethbrown](https://github.com/wsethbrown)) + + + ## [v4.26.0](https://github.com/recurly/recurly-js/tree/v4.26.0) (2023-10-10) [Full Changelog](https://github.com/recurly/recurly-js/compare/v4.25.10...v4.26.0) diff --git a/lib/recurly/version.js b/lib/recurly/version.js index ec466da9b..a302dead3 100644 --- a/lib/recurly/version.js +++ b/lib/recurly/version.js @@ -3,4 +3,4 @@ * Current package/component version. */ -module.exports = '4.26.0'; +module.exports = '4.26.1'; diff --git a/package-lock.json b/package-lock.json index b839cd04c..01307911c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "recurly.js", - "version": "4.26.0", + "version": "4.26.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "recurly.js", - "version": "4.26.0", + "version": "4.26.1", "license": "MIT", "workspaces": [ "packages/*" diff --git a/package.json b/package.json index df65dc412..86a649fbb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "recurly.js", "description": "Zen subscription billing in the browser", - "version": "4.26.0", + "version": "4.26.1", "license": "MIT", "main": "recurly.js", "repository": {