File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 4.64 .0
2+ current_version = 4.65 .0
33parse = (?P<major>\d+)
44 \.(?P<minor>\d+)
55 \.(?P<patch>\d+)
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff 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```
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments