From f6725ca044172fa1bffbbaa069cb48d7805c955c Mon Sep 17 00:00:00 2001 From: Recurly integrations Date: Thu, 26 May 2022 18:26:42 +0000 Subject: [PATCH] 4.21.1 [Full Changelog](https://github.com/recurly/recurly-js/compare/v4.21.0...v4.21.1) **Merged Pull Requests** - ApplePay tokenize tax fields [#730](https://github.com/recurly/recurly-js/pull/730) ([cyberxander90](https://github.com/cyberxander90)) - Allow CNPJ as new tax id [#729](https://github.com/recurly/recurly-js/pull/729) ([horozcorecurly](https://github.com/horozcorecurly)) ##### Minified MD5 Checksum ``` aae4ba9c1576d0c2aaee9814232e9b1f ./build/recurly.min.js ``` ##### [SRI Hash](https://www.srihash.org/) ``` /sDj45Ajv758I2zh02irrnQbVeMz1VOORX+RRu31COveEC0a4ZPtTDQrd45+rFnF ``` --- CHANGELOG.md | 12 ++++++++++++ lib/recurly/version.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efd6156a8..eef296ea2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [v4.21.1](https://github.com/recurly/recurly-js/tree/v4.21.1) (2022-05-26) + +[Full Changelog](https://github.com/recurly/recurly-js/compare/v4.21.0...v4.21.1) + + +**Merged Pull Requests** + +- ApplePay tokenize tax fields [#730](https://github.com/recurly/recurly-js/pull/730) ([cyberxander90](https://github.com/cyberxander90)) +- Allow CNPJ as new tax id [#729](https://github.com/recurly/recurly-js/pull/729) ([horozcorecurly](https://github.com/horozcorecurly)) + + + ## [v4.21.0](https://github.com/recurly/recurly-js/tree/v4.21.0) (2022-05-21) [Full Changelog](https://github.com/recurly/recurly-js/compare/v4.20.2...v4.21.0) diff --git a/lib/recurly/version.js b/lib/recurly/version.js index 5469701ce..dd5f08650 100644 --- a/lib/recurly/version.js +++ b/lib/recurly/version.js @@ -3,4 +3,4 @@ * Current package/component version. */ -module.exports = '4.21.0'; +module.exports = '4.21.1'; diff --git a/package-lock.json b/package-lock.json index e135c3cad..1faa4014f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "recurly.js", - "version": "4.21.0", + "version": "4.21.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "recurly.js", - "version": "4.21.0", + "version": "4.21.1", "license": "MIT", "dependencies": { "array-unique": "^0.3.2", diff --git a/package.json b/package.json index 2f1143234..e44b7f1de 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "recurly.js", "description": "Zen subscription billing in the browser", - "version": "4.21.0", + "version": "4.21.1", "license": "MIT", "main": "recurly.js", "repository": {