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.74 .0
2+ current_version = 4.75 .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.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 )
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.74 .0"
18+ "recurly" : "^4.75 .0"
1919 // ...
2020}
2121```
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments