Skip to content

Commit

Permalink
4.18.1
Browse files Browse the repository at this point in the history
[Full Changelog](v4.18.0...v4.18.1)

**Merged Pull Requests**

- Round tax amount instead of ceil [#690](#690) ([judith](https://github.com/judith))

**Closed Issues**

- Outdated types on DefinitelyTyped [#694](#694)

##### Minified MD5 Checksum
```
f5c1a4bfbf8a1fa4314493f1eb413dbb ./build/recurly.min.js
```
##### [SRI Hash](https://www.srihash.org/)
```
lLZfMuhejEXFJ8bD8xn46Ooyw9Z8ZaduUDIYkHko96+mf6mMJXUm6LQ9NOCVTij7
```
  • Loading branch information
Recurly integrations committed Nov 9, 2021
1 parent ac44e9a commit 5847c2d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [v4.18.1](https://github.com/recurly/recurly-js/tree/v4.18.1) (2021-11-09)

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


**Merged Pull Requests**

- Round tax amount instead of ceil [#690](https://github.com/recurly/recurly-js/pull/690) ([judith](https://github.com/judith))

**Closed Issues**

- Outdated types on DefinitelyTyped [#694](https://github.com/recurly/recurly-js/issues/694)


## [v4.18.0](https://github.com/recurly/recurly-js/tree/v4.18.0) (2021-10-20)

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

0 comments on commit 5847c2d

Please sign in to comment.