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