From 711612fcd3afe4850fb9df251bf42e3844faaba8 Mon Sep 17 00:00:00 2001 From: Vijayasingam Thanasekaran Date: Mon, 19 Feb 2024 09:42:00 +0000 Subject: [PATCH] Updating package version to 1.0.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c03ac3d..d723588 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ 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-19 + +### Changed + +- Updated Package version to `1.0.0` + +--- + ## 0.5.0 - 2024-02-16 > **Breaking changes:** This version includes major improvements that introduce breaking changes. These are called out below. @@ -16,6 +24,8 @@ Check our main [developer changelog](https://developer.paddle.com/?utm_source=dx - We removed the shared entities between API and Notification as we foresee them diverging. No Action required for this change +--- + ## 0.4.0 - 2024-02-14 ### Added diff --git a/package.json b/package.json index 5593dc7..4a2ccca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@paddle/paddle-node-sdk", - "version": "0.5.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",