Skip to content

Commit

Permalink
chore(release): 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
avaly committed Jun 21, 2023
1 parent d949469 commit 576b408
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.6.0](https://github.com/avaly/paddle-sdk/compare/v4.5.0...v4.6.0) (2023-06-21)


### Features

* Add `getPrices` ([#89](https://github.com/avaly/paddle-sdk/issues/89)) ([d949469](https://github.com/avaly/paddle-sdk/commit/d9494690d467f9cf5bef8b8ed65d96ed5b0da366))
* Add `getSubscriptionModifiers` ([#88](https://github.com/avaly/paddle-sdk/issues/88)) ([ee831c5](https://github.com/avaly/paddle-sdk/commit/ee831c5d54862cf8c62d7c5b50422b24c2495ac1))

## [4.5.0](https://github.com/avaly/paddle-sdk/compare/v4.4.0...v4.5.0) (2023-06-12)


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.5.0",
"version": "4.6.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.5.0';
export const VERSION = '4.6.0';

0 comments on commit 576b408

Please sign in to comment.