Skip to content

Commit

Permalink
4.22.9
Browse files Browse the repository at this point in the history
[Full Changelog](v4.22.8...v4.22.9)

**Merged Pull Requests**

- Installing `httplib2` and `crcmod` as needed by `gsutil` in the last build step [#791](#791) ([douglaslise](https://github.com/douglaslise))
- Fix Tiered Unit Pricing Labels [#790](#790) ([douglaslise](https://github.com/douglaslise))
- [feat][apple-pay] send hostname to server and specify applicationData [#788](#788) ([cbarton](https://github.com/cbarton))

##### Minified MD5 Checksum
```
c18e7771616de48fb52212d0e77fad84 ./build/recurly.min.js
```
##### [SRI Hash](https://www.srihash.org/)
```
mdUIUHUE3I2tGHLncdU8h2i9WkpS1QXV37Lqi2sv9EAJilkQWKDpOH7cx9xpII7N
```
  • Loading branch information
Recurly integrations committed Feb 28, 2023
1 parent c307123 commit 99f3472
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [v4.22.9](https://github.com/recurly/recurly-js/tree/v4.22.9) (2023-02-28)

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


**Merged Pull Requests**

- Installing `httplib2` and `crcmod` as needed by `gsutil` in the last build step [#791](https://github.com/recurly/recurly-js/pull/791) ([douglaslise](https://github.com/douglaslise))
- Fix Tiered Unit Pricing Labels [#790](https://github.com/recurly/recurly-js/pull/790) ([douglaslise](https://github.com/douglaslise))
- [feat][apple-pay] send hostname to server and specify applicationData [#788](https://github.com/recurly/recurly-js/pull/788) ([cbarton](https://github.com/cbarton))



## [v4.22.8](https://github.com/recurly/recurly-js/tree/v4.22.8) (2023-01-12)

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

0 comments on commit 99f3472

Please sign in to comment.