Skip to content

Commit

Permalink
4.30.0
Browse files Browse the repository at this point in the history
[Full Changelog](v4.29.4...v4.30.0)

**Merged Pull Requests**

- Adds Checkout session token fixture [#897](#897) ([chrissrogers](https://github.com/chrissrogers))
- feat: Add Google Pay through Braintree [#894](#894) ([cbarton](https://github.com/cbarton))

##### Minified MD5 Checksum
```
14f2a7293b8ae5db7c824e86d037e6a6 ./build/recurly.min.js
```
##### [SRI Hash](https://www.srihash.org/)
```
cWW1ulxWFHkKw+AEwbqsGWs0A1xYv5U4tobdlYnnQ566XtP15A/kM7EJyQ+2aP6D
```
  • Loading branch information
Lib Cat committed Sep 18, 2024
1 parent 538a80a commit ce01b44
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 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.30.0](https://github.com/recurly/recurly-js/tree/v4.30.0) (2024-09-18)

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


**Merged Pull Requests**

- Adds Checkout session token fixture [#897](https://github.com/recurly/recurly-js/pull/897) ([chrissrogers](https://github.com/chrissrogers))
- feat: Add Google Pay through Braintree [#894](https://github.com/recurly/recurly-js/pull/894) ([cbarton](https://github.com/cbarton))



## [v4.29.4](https://github.com/recurly/recurly-js/tree/v4.29.4) (2024-08-26)

[Full Changelog](https://github.com/recurly/recurly-js/compare/v4.29.2...v4.29.4)
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.29.4';
module.exports = '4.30.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.29.4",
"version": "4.30.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.29.9999",
"version": "4.30.9999",
"nonNpm": true,
"nonNpmDescription": "@recurly/recurly-js",
"projects": [
Expand Down

0 comments on commit ce01b44

Please sign in to comment.