From e43fe4f6ee1421f13f4678106592217145fbcc76 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 17:58:10 +0000 Subject: [PATCH] release: 0.45.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b470c2a9..e564a448 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.44.0" + ".": "0.45.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 620d31eb..d34a1b25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.45.0 (2024-02-21) + +Full Changelog: [v0.44.0...v0.45.0](https://github.com/lithic-com/lithic-node/compare/v0.44.0...v0.45.0) + +### Features + +* **api:** create financial account and retry microdeposits endpoints ([#337](https://github.com/lithic-com/lithic-node/issues/337)) ([dff7d2e](https://github.com/lithic-com/lithic-node/commit/dff7d2e5d85ff03651d40f9156ac62b79903ce5f)) + ## 0.44.0 (2024-02-19) Full Changelog: [v0.43.0...v0.44.0](https://github.com/lithic-com/lithic-node/compare/v0.43.0...v0.44.0) diff --git a/package.json b/package.json index 6bde37c6..243b8c49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lithic", - "version": "0.44.0", + "version": "0.45.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 6a69b90d..27643a43 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.44.0'; // x-release-please-version +export const VERSION = '0.45.0'; // x-release-please-version