diff --git a/.release-please-manifest.json b/.release-please-manifest.json index aa96ac5..57efa48 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.38.4" + ".": "0.38.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e2b45a2..3a73568 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.38.5](https://github.com/perplexityai/perplexity-node/compare/v0.38.4...v0.38.5) (2026-08-31) + + +### Chores + +* sync generated API SDKs ([#95](https://github.com/perplexityai/perplexity-node/issues/95)) ([dc0f74d](https://github.com/perplexityai/perplexity-node/commit/dc0f74d32d885c0986015e81f5695a7335cfda7d)) + ## [0.38.4](https://github.com/perplexityai/perplexity-node/compare/v0.38.3...v0.38.4) (2026-08-31) diff --git a/package.json b/package.json index 1a25cc8..8bd5b83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@perplexity-ai/perplexity_ai", - "version": "0.38.4", + "version": "0.38.5", "description": "The official TypeScript library for the Perplexity API", "author": "Perplexity ", "types": "./dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index d75b2f2..260cce0 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.38.4'; // x-release-please-version +export const VERSION = '0.38.5'; // x-release-please-version