Skip to content

Commit f00d7ff

Browse files
author
Lib Cat
committed
4.75.0
[Full Changelog](4.74.0...4.75.0) **Merged Pull Requests** - Generated Latest Changes for v2021-02-25 [#372](#372) ([recurly-integrations](https://github.com/recurly-integrations))
1 parent dcfd65f commit f00d7ff

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.74.0
2+
current_version = 4.75.0
33
parse = (?P<major>\d+)
44
\.(?P<minor>\d+)
55
\.(?P<patch>\d+)

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [4.75.0](https://github.com/recurly/recurly-client-node/tree/4.75.0) (2026-05-20)
4+
5+
[Full Changelog](https://github.com/recurly/recurly-client-node/compare/4.74.0...4.75.0)
6+
7+
8+
**Merged Pull Requests**
9+
10+
- Generated Latest Changes for v2021-02-25 [#372](https://github.com/recurly/recurly-client-node/pull/372) ([recurly-integrations](https://github.com/recurly-integrations))
11+
12+
13+
314
## [4.74.0](https://github.com/recurly/recurly-client-node/tree/4.74.0) (2026-04-15)
415

516
[Full Changelog](https://github.com/recurly/recurly-client-node/compare/4.73.0...4.74.0)

doc/GETTING_STARTED.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Or manually insert the dependency into the `dependencies` section of your `packa
1515
```
1616
{
1717
// ...
18-
"recurly" : "^4.74.0"
18+
"recurly" : "^4.75.0"
1919
// ...
2020
}
2121
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "recurly",
3-
"version": "4.74.0",
3+
"version": "4.75.0",
44
"description": "Recurly V3 node client",
55
"main": "lib/recurly.js",
66
"types": "lib/recurly.d.ts",

0 commit comments

Comments
 (0)