Skip to content

Commit b4a8f42

Browse files
chore: update dependabot labels and bump version to 2.7.3 (#143)
1 parent 62c6450 commit b4a8f42

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ version: 2
22
updates:
33
- package-ecosystem: npm
44
directory: /
5+
labels:
6+
- dependencies
7+
- javascript
8+
- norelease
59
schedule:
610
interval: "weekly"
711
day: "monday"

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ When we make [non-breaking changes](https://developer.paddle.com/api-reference/a
1212

1313
This 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)