diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bc86e4a..3500d7d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.38.0" + ".": "0.38.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 626b340..8fd52ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.38.1](https://github.com/perplexityai/perplexity-node/compare/v0.38.0...v0.38.1) (2026-07-30) + + +### Bug Fixes + +* publish stable GitHub releases ([#83](https://github.com/perplexityai/perplexity-node/issues/83)) ([5f3e9bb](https://github.com/perplexityai/perplexity-node/commit/5f3e9bb0d98a259e355fbfe989742d8ee0496160)) + + +### Chores + +* sync generated API SDKs ([#82](https://github.com/perplexityai/perplexity-node/issues/82)) ([078165b](https://github.com/perplexityai/perplexity-node/commit/078165ba8826a18abac1ab00679f070e6eafe0f9)) + ## [0.38.0](https://github.com/perplexityai/perplexity-node/compare/v0.37.0...v0.38.0) (2026-07-30) diff --git a/package.json b/package.json index ed39fd3..21c76bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@perplexity-ai/perplexity_ai", - "version": "0.38.0", + "version": "0.38.1", "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 723001a..1cb4e59 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.38.0'; // x-release-please-version +export const VERSION = '0.38.1'; // x-release-please-version