Skip to content

Commit

Permalink
Removed early access section (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayasingam-paddle authored Feb 20, 2024
1 parent 0847f77 commit 5227120
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

> **Important:** While in early access (version 0.X.Y) we may introduce breaking changes. Where we can, we'll tag breaking changes in this changelog and communicate ahead of time.
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.1 - 2024-02-20

### Changed

- Removed early access notice from README and Changelog.

---

## 1.0.0 - 2024-02-20

### Changed
Expand Down
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@ For working with Paddle in your frontend, use [Paddle.js](https://developer.padd

> **Important:** This package works with Paddle Billing. It does not support Paddle Classic. To work with Paddle Classic, see: [Paddle Classic API reference](https://developer.paddle.com/classic/api-reference/1384a288aca7a-api-reference?utm_source=dx&utm_medium=paddle-node-sdk)

## Before you begin

This SDK is in early access, which means that we're actively developing it based on feedback from our developer community.

If you've used this SDK, we'd love to hear how you found it! Email us at [[email protected]](mailto:[email protected]) with any thoughts.

While in early access, we may introduce breaking changes. Where we can, we'll tag breaking changes and communicate ahead of time. Please pin the version of the SDK in your `package.json` to avoid downloading newer versions with potential breaking changes.

## Installation

Install using `npm`:
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": "1.0.0",
"version": "1.0.1",
"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 5227120

Please sign in to comment.