Skip to content

Commit

Permalink
4.29.1
Browse files Browse the repository at this point in the history
[Full Changelog](v4.29.0...v4.29.1)

**Merged Pull Requests**

- Allows subscription quantities of zero on Pricing instances [#888](#888) ([chrissrogers](https://github.com/chrissrogers))
- Adding types/package.json [#887](#887) ([douglasmiller](https://github.com/douglasmiller))

**Closed Issues**

- Recurly-JS is no longer updating the DefinitelyTyped repo [#875](#875)

##### Minified MD5 Checksum
```
b80247421e1b72758aa276775c6d3e12 ./build/recurly.min.js
```
##### [SRI Hash](https://www.srihash.org/)
```
HRQzRYot5em9RBsr4xUcVYvG/jLUQxU+F+BgdwbZtkSfQ6t6jOqFYxL0IXOGZsNZ
```
  • Loading branch information
Lib Cat committed Jul 16, 2024
1 parent e8dd7e5 commit d0b6dfd
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [v4.29.1](https://github.com/recurly/recurly-js/tree/v4.29.1) (2024-07-16)

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


**Merged Pull Requests**

- Allows subscription quantities of zero on Pricing instances [#888](https://github.com/recurly/recurly-js/pull/888) ([chrissrogers](https://github.com/chrissrogers))
- Adding types/package.json [#887](https://github.com/recurly/recurly-js/pull/887) ([douglasmiller](https://github.com/douglasmiller))

**Closed Issues**

- Recurly-JS is no longer updating the DefinitelyTyped repo [#875](https://github.com/recurly/recurly-js/issues/875)


## [v4.29.0](https://github.com/recurly/recurly-js/tree/v4.29.0) (2024-05-30)

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

0 comments on commit d0b6dfd

Please sign in to comment.