Skip to content

Commit

Permalink
chore(release): 4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
avaly committed Jun 22, 2023
1 parent ffddc60 commit 6cf48c5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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


### Bug Fixes

* Add `getPrices` response type ([#90](https://github.com/avaly/paddle-sdk/issues/90)) ([3b4cfd2](https://github.com/avaly/paddle-sdk/commit/3b4cfd2ea8afb3191c431f35da0d24a72fabdb45))
* Fix `getSubscriptionModifiers` response type ([#91](https://github.com/avaly/paddle-sdk/issues/91)) ([ffddc60](https://github.com/avaly/paddle-sdk/commit/ffddc608fc4932d464014da04cfaae09d37b5847))
* Fix type of `recurring_prices` in `GeneratePaylinkBody` ([#92](https://github.com/avaly/paddle-sdk/issues/92)) ([45b3a1a](https://github.com/avaly/paddle-sdk/commit/45b3a1a0d8393e92901971eb61ff614d94566bb5))

## [4.6.0](https://github.com/avaly/paddle-sdk/compare/v4.5.0...v4.6.0) (2023-06-21)


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.6.0",
"version": "4.6.1",
"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.6.0';
export const VERSION = '4.6.1';

0 comments on commit 6cf48c5

Please sign in to comment.