Skip to content

Commit 9ca27d4

Browse files
authored
release: 0.38.2 (#87)
Automated Release PR --- ## [0.38.2](v0.38.1...v0.38.2) (2026-08-10) ### Chores * sync generated API SDKs ([#86](#86)) ([980f6cf](980f6cf)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 980f6cf commit 9ca27d4

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.38.1"
2+
".": "0.38.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.38.2](https://github.com/perplexityai/perplexity-node/compare/v0.38.1...v0.38.2) (2026-08-10)
4+
5+
6+
### Chores
7+
8+
* sync generated API SDKs ([#86](https://github.com/perplexityai/perplexity-node/issues/86)) ([980f6cf](https://github.com/perplexityai/perplexity-node/commit/980f6cfd31127425d061d95f18446e3dc77faa40))
9+
310
## [0.38.1](https://github.com/perplexityai/perplexity-node/compare/v0.38.0...v0.38.1) (2026-07-30)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@perplexity-ai/perplexity_ai",
3-
"version": "0.38.1",
3+
"version": "0.38.2",
44
"description": "The official TypeScript library for the Perplexity API",
55
"author": "Perplexity <api@perplexity.ai>",
66
"types": "./dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.38.1'; // x-release-please-version
1+
export const VERSION = '0.38.2'; // x-release-please-version

0 commit comments

Comments
 (0)