Skip to content

Commit fdd38c4

Browse files
author
Lib Cat
committed
4.65.0
[Full Changelog](4.64.0...4.65.0) **Merged Pull Requests** - Generated Latest Changes for v2021-02-25 [#352](#352) ([recurly-integrations](https://github.com/recurly-integrations))
1 parent 42cc1c0 commit fdd38c4

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.64.0
2+
current_version = 4.65.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.65.0](https://github.com/recurly/recurly-client-node/tree/4.65.0) (2025-07-22)
4+
5+
[Full Changelog](https://github.com/recurly/recurly-client-node/compare/4.64.0...4.65.0)
6+
7+
8+
**Merged Pull Requests**
9+
10+
- Generated Latest Changes for v2021-02-25 [#352](https://github.com/recurly/recurly-client-node/pull/352) ([recurly-integrations](https://github.com/recurly-integrations))
11+
12+
13+
314
## [4.64.0](https://github.com/recurly/recurly-client-node/tree/4.64.0) (2025-07-09)
415

516
[Full Changelog](https://github.com/recurly/recurly-client-node/compare/4.63.0...4.64.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.64.0"
18+
"recurly" : "^4.65.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.64.0",
3+
"version": "4.65.0",
44
"description": "Recurly V3 node client",
55
"main": "lib/recurly.js",
66
"types": "lib/recurly.d.ts",

0 commit comments

Comments
 (0)