Skip to content

Commit a282781

Browse files
authored
release: 0.38.3 (#89)
Automated Release PR --- ## [0.38.3](v0.38.2...v0.38.3) (2026-08-11) ### Chores * sync generated API SDKs ([#88](#88)) ([5c98083](5c98083)) --- 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 5c98083 commit a282781

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.2"
2+
".": "0.38.3"
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.3](https://github.com/perplexityai/perplexity-node/compare/v0.38.2...v0.38.3) (2026-08-11)
4+
5+
6+
### Chores
7+
8+
* sync generated API SDKs ([#88](https://github.com/perplexityai/perplexity-node/issues/88)) ([5c98083](https://github.com/perplexityai/perplexity-node/commit/5c98083e2f77f038020531a14fa890d32e0329a7))
9+
310
## [0.38.2](https://github.com/perplexityai/perplexity-node/compare/v0.38.1...v0.38.2) (2026-08-10)
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.2",
3+
"version": "0.38.3",
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.2'; // x-release-please-version
1+
export const VERSION = '0.38.3'; // x-release-please-version

0 commit comments

Comments
 (0)