Skip to content

Commit

Permalink
4.26.1
Browse files Browse the repository at this point in the history
[Full Changelog](v4.26.0...v4.26.1)

**Merged Pull Requests**

- fix tax calculations on next object with single-use coupons [#858](#858) ([wsethbrown](https://github.com/wsethbrown))

##### Minified MD5 Checksum
```
dbca2bfcf5cbc77760ea23a8920c2246 ./build/recurly.min.js
```
##### [SRI Hash](https://www.srihash.org/)
```
KHsKcMNzRZu9sJmVX8eA0LOD5rjeIDWkzQeq2c+83MJXr/Zw88BGBrcyIryPu/x5
```
  • Loading branch information
Lib Cat committed Nov 3, 2023
1 parent fc1253f commit a88e7c8
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 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.26.1](https://github.com/recurly/recurly-js/tree/v4.26.1) (2023-11-03)

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


**Merged Pull Requests**

- fix tax calculations on next object with single-use coupons [#858](https://github.com/recurly/recurly-js/pull/858) ([wsethbrown](https://github.com/wsethbrown))



## [v4.26.0](https://github.com/recurly/recurly-js/tree/v4.26.0) (2023-10-10)

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

0 comments on commit a88e7c8

Please sign in to comment.