From 21bf7ecd8b377e987d2eedc3c765a6701510ae75 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 18:13:31 +0000 Subject: [PATCH] release: 0.82.1 --- .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 b6d685d..348fc74 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.82.0" + ".": "0.82.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 91b7fc2..0150268 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.82.1 (2024-10-18) + +Full Changelog: [v0.82.0...v0.82.1](https://github.com/lithic-com/lithic-node/compare/v0.82.0...v0.82.1) + +### Bug Fixes + +* **client:** respect x-stainless-retry-count default headers ([#531](https://github.com/lithic-com/lithic-node/issues/531)) ([03da719](https://github.com/lithic-com/lithic-node/commit/03da719c5161cf9eb2e5ff221550bef9ad7c872f)) + ## 0.82.0 (2024-10-11) Full Changelog: [v0.81.0...v0.82.0](https://github.com/lithic-com/lithic-node/compare/v0.81.0...v0.82.0) diff --git a/package.json b/package.json index 876fe7b..3cd891f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lithic", - "version": "0.82.0", + "version": "0.82.1", "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 79ea53a..15ef464 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.82.0'; // x-release-please-version +export const VERSION = '0.82.1'; // x-release-please-version