File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed
Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ version: 2
22updates :
33 - package-ecosystem : npm
44 directory : /
5+ labels :
6+ - dependencies
7+ - javascript
8+ - norelease
59 schedule :
610 interval : " weekly"
711 day : " monday"
Original file line number Diff line number Diff line change @@ -12,6 +12,16 @@ When we make [non-breaking changes](https://developer.paddle.com/api-reference/a
1212
1313This means when upgrading minor versions of the SDK, you may notice type errors. You can safely ignore these or fix by adding additional type guards.
1414
15+ ## 2.7.3 - 2025-06-05
16+
17+ ### Fixed
18+
19+ - Added PR labels to dependabot config.
20+ - Dependabot updates
21+ - Fixed a typo ` paddle.businesses.archive ` operation.
22+
23+ ---
24+
1525## 2.7.2 - 2025-05-22
1626
1727### Fixed
Original file line number Diff line number Diff line change 11{
22 "name" : " @paddle/paddle-node-sdk" ,
3- "version" : " 2.7.2 " ,
3+ "version" : " 2.7.3 " ,
44 "description" : " A Node.js SDK that you can use to integrate Paddle Billing with applications written in server-side JavaScript." ,
55 "main" : " dist/cjs/index.cjs.node.js" ,
66 "module" : " dist/esm/index.esm.node.js" ,
You can’t perform that action at this time.
0 commit comments