Skip to content

Commit af27a2f

Browse files
authored
chore: bump version to v2 stable (#72)
1 parent 55951b2 commit af27a2f

File tree

2 files changed

+8
-20
lines changed

2 files changed

+8
-20
lines changed

CHANGELOG.md

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12,33 +12,21 @@ 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.0.0-rc.2 - 2024-11-19
15+
## 2.0.0 - 2024-11-20
1616

17-
### Added
18-
19-
- Added the `trafficSource` filter on notification settings
20-
- Omitted the `transactionId` completely from `SubscriptionNotification` and created a separate `SubscriptionCreatedNotification` with the non-null `transactionId`
21-
- Added `paymentMethods` resources
22-
- Added `generateAuthToken` for customer
23-
24-
## 2.0.0-rc.1 - 2024-10-08
17+
> **Breaking changes:** This version includes major improvements that introduce breaking changes. These are called out below.
2518
2619
### Added
2720

21+
- Added support for edge runtime.
2822
- Added `simulationTypes` resources
2923
- Added `simulations` resources
3024
- Added `simulationRuns` resources
3125
- Added `simulationRunEvents` resources
32-
33-
---
34-
35-
## 2.0.0-rc.0 - 2024-09-26
36-
37-
> **Breaking changes:** This version includes major improvements that introduce breaking changes. These are called out below.
38-
39-
### Added
40-
41-
- Added support for edge runtime.
26+
- Added the `trafficSource` filter on notification settings
27+
- Omitted the `transactionId` completely from `SubscriptionNotification` and created a separate `SubscriptionCreatedNotification` with the non-null `transactionId`
28+
- Added `paymentMethods` resources
29+
- Added `generateAuthToken` for customer
4230

4331
### Changed
4432

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.0.0-rc.2",
3+
"version": "2.0.0",
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)