Skip to content

Commit

Permalink
Updating package version to 1.0.0 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayasingam-paddle authored Feb 20, 2024
1 parent d6e70dc commit 0847f77
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
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.


## 1.0.0 - 2024-02-20

### Changed

- Updated Package version to `1.0.0`

---

## 0.6.0 - 2024-02-20

> **Breaking changes:** This version includes major improvements that introduce breaking changes. These are called out below.
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": "0.6.0",
"version": "1.0.0",
"description": "A Node.js SDK that you can use to integrate Paddle Billing with applications written in server-side JavaScript.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 0847f77

Please sign in to comment.