Skip to content

Commit

Permalink
4.21.1
Browse files Browse the repository at this point in the history
[Full Changelog](v4.21.0...v4.21.1)

**Merged Pull Requests**

- ApplePay tokenize tax fields [#730](#730) ([cyberxander90](https://github.com/cyberxander90))
- Allow CNPJ as new tax id [#729](#729) ([horozcorecurly](https://github.com/horozcorecurly))

##### Minified MD5 Checksum
```
aae4ba9c1576d0c2aaee9814232e9b1f ./build/recurly.min.js
```
##### [SRI Hash](https://www.srihash.org/)
```
/sDj45Ajv758I2zh02irrnQbVeMz1VOORX+RRu31COveEC0a4ZPtTDQrd45+rFnF
```
  • Loading branch information
Recurly integrations committed May 26, 2022
1 parent 78a6db9 commit f6725ca
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.21.0';
module.exports = '4.21.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.21.0",
"version": "4.21.1",
"license": "MIT",
"main": "recurly.js",
"repository": {
Expand Down

0 comments on commit f6725ca

Please sign in to comment.