Skip to content

Commit 0847f77

Browse files
Updating package version to 1.0.0 (#4)
1 parent d6e70dc commit 0847f77

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
99
Check our main [developer changelog](https://developer.paddle.com/?utm_source=dx&utm_medium=paddle-node-sdk) for information about changes to the Paddle Billing platform, the Paddle API, and other developer tools.
1010

11+
12+
## 1.0.0 - 2024-02-20
13+
14+
### Changed
15+
16+
- Updated Package version to `1.0.0`
17+
18+
---
19+
1120
## 0.6.0 - 2024-02-20
1221

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

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": "0.6.0",
3+
"version": "1.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/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)