From 6cf48c5192bb046f7a3b1b224247d1eeb3eb9b2f Mon Sep 17 00:00:00 2001 From: Valentin Agachi Date: Thu, 22 Jun 2023 10:02:39 +0200 Subject: [PATCH] chore(release): 4.6.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- src/version.ts | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 832b6e0..bfc8a7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 87fc67f..e5beb60 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/version.ts b/src/version.ts index 5cc8720..689bc36 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ // Generated by yarn build -export const VERSION = '4.6.0'; +export const VERSION = '4.6.1';