Skip to content

Commit

Permalink
chore: bump version to v2 stable (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
danbillson authored Nov 20, 2024
1 parent 55951b2 commit af27a2f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 20 deletions.
26 changes: 7 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,33 +12,21 @@ When we make [non-breaking changes](https://developer.paddle.com/api-reference/a

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.

## 2.0.0-rc.2 - 2024-11-19
## 2.0.0 - 2024-11-20

### Added

- Added the `trafficSource` filter on notification settings
- Omitted the `transactionId` completely from `SubscriptionNotification` and created a separate `SubscriptionCreatedNotification` with the non-null `transactionId`
- Added `paymentMethods` resources
- Added `generateAuthToken` for customer

## 2.0.0-rc.1 - 2024-10-08
> **Breaking changes:** This version includes major improvements that introduce breaking changes. These are called out below.
### Added

- Added support for edge runtime.
- Added `simulationTypes` resources
- Added `simulations` resources
- Added `simulationRuns` resources
- Added `simulationRunEvents` resources

---

## 2.0.0-rc.0 - 2024-09-26

> **Breaking changes:** This version includes major improvements that introduce breaking changes. These are called out below.
### Added

- Added support for edge runtime.
- Added the `trafficSource` filter on notification settings
- Omitted the `transactionId` completely from `SubscriptionNotification` and created a separate `SubscriptionCreatedNotification` with the non-null `transactionId`
- Added `paymentMethods` resources
- Added `generateAuthToken` for customer

### Changed

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paddle/paddle-node-sdk",
"version": "2.0.0-rc.2",
"version": "2.0.0",
"description": "A Node.js SDK that you can use to integrate Paddle Billing with applications written in server-side JavaScript.",
"main": "dist/cjs/index.cjs.node.js",
"module": "dist/esm/index.esm.node.js",
Expand Down

0 comments on commit af27a2f

Please sign in to comment.