From 5fb8e0803ac533a6223fdc46d62060d8f03b9bcc Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 13:44:58 +0000 Subject: [PATCH] release: 0.57.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 13093daf..e2fcf21d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.56.0" + ".": "0.57.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f3cbfa6f..cd05f1e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## 0.57.0 (2024-06-21) + +Full Changelog: [v0.56.0...v0.57.0](https://github.com/lithic-com/lithic-node/compare/v0.56.0...v0.57.0) + +### ⚠ BREAKING CHANGES + +* **api:** remove unused event type 'statement.created' +* **api:** remove unused business account type +* **api:** remove unused embed request params type +* **api:** updates ([#421](https://github.com/lithic-com/lithic-node/issues/421)) + +### Features + +* **api:** add 'reverse' method for book transfers ([7be7b26](https://github.com/lithic-com/lithic-node/commit/7be7b2643916c2802e4a50152001689bc6399eac)) +* **api:** add field 'trace numbers' to payment method attribute model ([7be7b26](https://github.com/lithic-com/lithic-node/commit/7be7b2643916c2802e4a50152001689bc6399eac)) +* **api:** remove unused business account type ([7be7b26](https://github.com/lithic-com/lithic-node/commit/7be7b2643916c2802e4a50152001689bc6399eac)) +* **api:** remove unused embed request params type ([7be7b26](https://github.com/lithic-com/lithic-node/commit/7be7b2643916c2802e4a50152001689bc6399eac)) +* **api:** remove unused event type 'statement.created' ([7be7b26](https://github.com/lithic-com/lithic-node/commit/7be7b2643916c2802e4a50152001689bc6399eac)) +* **api:** updates ([#421](https://github.com/lithic-com/lithic-node/issues/421)) ([7be7b26](https://github.com/lithic-com/lithic-node/commit/7be7b2643916c2802e4a50152001689bc6399eac)) + ## 0.56.0 (2024-06-12) Full Changelog: [v0.55.0...v0.56.0](https://github.com/lithic-com/lithic-node/compare/v0.55.0...v0.56.0) diff --git a/package.json b/package.json index d41ef8d4..546b4571 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lithic", - "version": "0.56.0", + "version": "0.57.0", "description": "The official TypeScript library for the Lithic API", "author": "Lithic ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index 2d175e11..63fdbe05 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.56.0'; // x-release-please-version +export const VERSION = '0.57.0'; // x-release-please-version