From dabf980d4553db62a5a17968fdcb85ecfacd3f05 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 20:33:07 +0000 Subject: [PATCH] release: 0.8.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 4 ++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 64f3cdd..02f17d9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.0" + ".": "0.8.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bf33f59..e4cb158 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.8.1 (2025-10-14) + +Full Changelog: [v0.8.0...v0.8.1](https://github.com/landing-ai/ade-typescript/compare/v0.8.0...v0.8.1) + ## 0.8.0 (2025-10-10) Full Changelog: [v0.7.2...v0.8.0](https://github.com/landing-ai/ade-typescript/compare/v0.7.2...v0.8.0) diff --git a/package.json b/package.json index 0460290..87d2f2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "landingai-ade", - "version": "0.8.0", + "version": "0.8.1", "description": "The official TypeScript library for the LandingAI ADE API", "author": "LandingAI ADE ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index 23f967c..b614c75 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.8.0'; // x-release-please-version +export const VERSION = '0.8.1'; // x-release-please-version