Skip to content

Commit

Permalink
4.17.0
Browse files Browse the repository at this point in the history
[Full Changelog](v4.16.2...v4.17.0)

**Merged Pull Requests**

- Revert "add security to github CODEOWNER file" [#688](#688) ([eternal44](https://github.com/eternal44))
- Add support to SagePay 3DS2 [#687](#687) ([cyberxander90](https://github.com/cyberxander90))
- add security to github CODEOWNER file [#685](#685) ([eternal44](https://github.com/eternal44))
- Add test to support cuit tax identifiers [#684](#684) ([cyberxander90](https://github.com/cyberxander90))
- Add fields and details types to RecurlyError [#680](#680) ([cyberxander90](https://github.com/cyberxander90))

**Closed Issues**

- Add a line item for trial in apple pay payment sheet [#686](#686)
- Better validation on fly ? [#679](#679)

##### Minified MD5 Checksum
```
ea649ad4b380c105fb2f2bd61f0b389e ./build/recurly.min.js
```
##### [SRI Hash](https://www.srihash.org/)
```
pr4yLjXl243qTyuNXMpfURm9EUPYlF2oRTjJCrpf1VhiTMJH4RBM83zbwrjXLIZt
```
  • Loading branch information
Recurly integrations committed Aug 12, 2021
1 parent 3aa0ed2 commit c0ea23d
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [v4.17.0](https://github.com/recurly/recurly-js/tree/v4.17.0) (2021-08-12)

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


**Merged Pull Requests**

- Revert "add security to github CODEOWNER file" [#688](https://github.com/recurly/recurly-js/pull/688) ([eternal44](https://github.com/eternal44))
- Add support to SagePay 3DS2 [#687](https://github.com/recurly/recurly-js/pull/687) ([cyberxander90](https://github.com/cyberxander90))
- add security to github CODEOWNER file [#685](https://github.com/recurly/recurly-js/pull/685) ([eternal44](https://github.com/eternal44))
- Add test to support cuit tax identifiers [#684](https://github.com/recurly/recurly-js/pull/684) ([cyberxander90](https://github.com/cyberxander90))
- Add fields and details types to RecurlyError [#680](https://github.com/recurly/recurly-js/pull/680) ([cyberxander90](https://github.com/cyberxander90))

**Closed Issues**

- Add a line item for trial in apple pay payment sheet [#686](https://github.com/recurly/recurly-js/issues/686)
- Better validation on fly ? [#679](https://github.com/recurly/recurly-js/issues/679)


## [v4.16.2](https://github.com/recurly/recurly-js/tree/v4.16.2) (2021-05-05)

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

0 comments on commit c0ea23d

Please sign in to comment.