Skip to content

Commit 2fa37d8

Browse files
authored
Merge pull request #8 from perplexityai/release-please--branches--main--changes--next--components--perplexity_ai
2 parents 57b26a9 + 86da5db commit 2fa37d8

File tree

7 files changed

+25
-6
lines changed

7 files changed

+25
-6
lines changed

.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.10.0"
2+
".": "0.11.0"
33
}

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 5
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/perplexity-ai%2Fperplexity-a5b37a929bd593ff0817459fc9a9c59f7c6a3af614c0485f00a212f2668f846b.yml
33
openapi_spec_hash: e25bde2df8fd479ea1e591c07adac8b6
4-
config_hash: 0be7520657a7a0fb6b5a839e716fe30c
4+
config_hash: 29552caca3e91432ed1a14f4a38487cc

CHANGELOG.md

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

3+
## 0.11.0 (2025-10-10)
4+
5+
Full Changelog: [v0.10.0...v0.11.0](https://github.com/perplexityai/perplexity-node/compare/v0.10.0...v0.11.0)
6+
7+
### Features
8+
9+
* **api:** manual updates ([b40eeef](https://github.com/perplexityai/perplexity-node/commit/b40eeef3d741e44af2bffa39791c81e2d8f11c57))
10+
* **api:** manual updates ([1daecd2](https://github.com/perplexityai/perplexity-node/commit/1daecd20ddb15e6fdbce81d6dab7e887ab1e032a))
11+
12+
13+
### Chores
14+
15+
* configure new SDK language ([18bb933](https://github.com/perplexityai/perplexity-node/commit/18bb9330e449ec1f609b86ae4904e57c8206d97e))
16+
* extract some types in mcp docs ([236c14e](https://github.com/perplexityai/perplexity-node/commit/236c14e4bb31f701a57f6476d20366686f99297d))
17+
318
## 0.10.0 (2025-10-08)
419

520
Full Changelog: [v0.9.0...v0.10.0](https://github.com/perplexityai/perplexity-node/compare/v0.9.0...v0.10.0)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This library provides convenient access to the Perplexity REST API from server-side TypeScript or JavaScript.
66

7-
The full API of this library can be found in [api.md](api.md).
7+
The REST API documentation can be found on [docs.perplexity.ai](https://docs.perplexity.ai/). The full API of this library can be found in [api.md](api.md).
88

99
It is generated with [Stainless](https://www.stainless.com/).
1010

SECURITY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ before making any information public.
1818
If you encounter security issues that are not directly related to SDKs but pertain to the services
1919
or products provided by Perplexity, please follow the respective company's security reporting guidelines.
2020

21+
### Perplexity Terms and Policies
22+
23+
Please contact [email protected] for any questions or concerns regarding the security of our services.
24+
2125
---
2226

2327
Thank you for helping us keep the SDKs and systems they interact with secure.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@perplexity-ai/perplexity_ai",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"description": "The official TypeScript library for the Perplexity API",
5-
"author": "Perplexity <>",
5+
"author": "Perplexity <[email protected]>",
66
"types": "dist/index.d.ts",
77
"main": "dist/index.js",
88
"type": "commonjs",

src/version.ts

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

0 commit comments

Comments
 (0)