Skip to content

Commit

Permalink
chore(release): 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
avaly committed Apr 20, 2023
1 parent 2138a6f commit 70f93db
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [4.2.0](https://github.com/avaly/paddle-sdk/compare/v4.1.0...v4.2.0) (2023-04-20)


### Features

* Add `subscriptionID` to `getUsers` ([#80](https://github.com/avaly/paddle-sdk/issues/80)) ([2138a6f](https://github.com/avaly/paddle-sdk/commit/2138a6fac560e4512fe69537a6c6dfb3ebbfb49e))

## [4.1.0](https://github.com/avaly/paddle-sdk/compare/v4.0.1...v4.1.0) (2023-04-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "paddle-sdk",
"description": "The Paddle.com Node.js SDK",
"version": "4.1.0",
"version": "4.2.0",
"type": "module",
"main": "./cjs/index.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Generated by yarn build
export const VERSION = '4.1.0';
export const VERSION = '4.2.0';

0 comments on commit 70f93db

Please sign in to comment.