From 6343e383744185d8d2a3944f3b266c3073dfeac1 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 20:45:36 +0000 Subject: [PATCH] release: 0.56.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b2ddd217..13093daf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.55.0" + ".": "0.56.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 520fbdf9..f3cbfa6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 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) + +### Features + +* **api:** updates ([#420](https://github.com/lithic-com/lithic-node/issues/420)) ([4fc3a79](https://github.com/lithic-com/lithic-node/commit/4fc3a79f0cfb3db0ba95bbfc4d928ab2254c9cc1)) +* support `application/octet-stream` request bodies ([#418](https://github.com/lithic-com/lithic-node/issues/418)) ([2bde2bf](https://github.com/lithic-com/lithic-node/commit/2bde2bf1ddf281354af4b9440cd60efefeba19b0)) + ## 0.55.0 (2024-06-05) Full Changelog: [v0.54.1...v0.55.0](https://github.com/lithic-com/lithic-node/compare/v0.54.1...v0.55.0) diff --git a/package.json b/package.json index 39dd07f1..d41ef8d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lithic", - "version": "0.55.0", + "version": "0.56.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 7c47df59..2d175e11 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.55.0'; // x-release-please-version +export const VERSION = '0.56.0'; // x-release-please-version