Skip to content

Commit

Permalink
4.32.0
Browse files Browse the repository at this point in the history
[Full Changelog](v4.31.1...v4.32.0)

**Merged Pull Requests**

- feat: Add support for tokenizing the CVV standalone [#902](#902) ([cbarton](https://github.com/cbarton))

##### Minified MD5 Checksum
```
3ce4b2bdd7fbcf6ad9bf3971332a4041 ./build/recurly.min.js
```
##### [SRI Hash](https://www.srihash.org/)
```
s+lzE/IFnTgcJc54/1oqqMBH5QQFpeF0qtHbeXuWSHEZdwtnstCuNKw7MaJjUz6i
```
  • Loading branch information
Lib Cat committed Oct 4, 2024
1 parent a52924d commit 92e30ef
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [v4.32.0](https://github.com/recurly/recurly-js/tree/v4.32.0) (2024-10-04)

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


**Merged Pull Requests**

- feat: Add support for tokenizing the CVV standalone [#902](https://github.com/recurly/recurly-js/pull/902) ([cbarton](https://github.com/cbarton))



## [v4.31.1](https://github.com/recurly/recurly-js/tree/v4.31.1) (2024-10-01)

[Full Changelog](https://github.com/recurly/recurly-js/compare/v4.31.0...v4.31.1)
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.31.1';
module.exports = '4.32.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.31.1",
"version": "4.32.0",
"license": "MIT",
"main": "recurly.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@types/recurly__recurly-js",
"version": "4.31.9999",
"version": "4.32.9999",
"nonNpm": true,
"nonNpmDescription": "@recurly/recurly-js",
"projects": [
Expand Down

0 comments on commit 92e30ef

Please sign in to comment.