From ceb1ec2dcfe16bd64e1011070a3438cabb6cc114 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:13:13 +0000 Subject: [PATCH] release: 0.93.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 247080d..b34659a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.92.0" + ".": "0.93.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bb3577e..ba99055 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.93.0 (2025-01-28) + +Full Changelog: [v0.92.0...v0.93.0](https://github.com/lithic-com/lithic-node/compare/v0.92.0...v0.93.0) + +### Features + +* **api:** adds additional request types for updating an Auth Rule ([#610](https://github.com/lithic-com/lithic-node/issues/610)) ([1bdac49](https://github.com/lithic-com/lithic-node/commit/1bdac49ae1c6e01593713255503422139a4915d5)) + ## 0.92.0 (2025-01-24) Full Changelog: [v0.91.1...v0.92.0](https://github.com/lithic-com/lithic-node/compare/v0.91.1...v0.92.0) diff --git a/package.json b/package.json index c11206e..3107a6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lithic", - "version": "0.92.0", + "version": "0.93.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 4457d99..37e6f5a 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.92.0'; // x-release-please-version +export const VERSION = '0.93.0'; // x-release-please-version