From ace246c1903e7b4ac1887b798e4e835ac3bef8f8 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 21:37:36 +0000 Subject: [PATCH] release: 0.76.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 7b0cc974..5f3243d4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.75.0" + ".": "0.76.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 111e59db..29bde49e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.76.0 (2024-09-23) + +Full Changelog: [v0.75.0...v0.76.0](https://github.com/lithic-com/lithic-node/compare/v0.75.0...v0.76.0) + +### Features + +* **api:** add `canceled` to `transaction_status` enum values ([#513](https://github.com/lithic-com/lithic-node/issues/513)) ([9539406](https://github.com/lithic-com/lithic-node/commit/9539406b2b515a9cfd0560be7c418bd6b5dc07a1)) + ## 0.75.0 (2024-09-20) Full Changelog: [v0.74.2...v0.75.0](https://github.com/lithic-com/lithic-node/compare/v0.74.2...v0.75.0) diff --git a/package.json b/package.json index 908882b2..eca827e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lithic", - "version": "0.75.0", + "version": "0.76.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 766f1ae9..2c80dbec 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.75.0'; // x-release-please-version +export const VERSION = '0.76.0'; // x-release-please-version