diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7d9b009..78e7f27 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.0" + ".": "0.11.0" } diff --git a/.stats.yml b/.stats.yml index 3c7b8e5..714b781 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 5 openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/perplexity-ai%2Fperplexity-a5b37a929bd593ff0817459fc9a9c59f7c6a3af614c0485f00a212f2668f846b.yml openapi_spec_hash: e25bde2df8fd479ea1e591c07adac8b6 -config_hash: 0be7520657a7a0fb6b5a839e716fe30c +config_hash: 29552caca3e91432ed1a14f4a38487cc diff --git a/CHANGELOG.md b/CHANGELOG.md index b8dbece..2c1611f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 0.11.0 (2025-10-10) + +Full Changelog: [v0.10.0...v0.11.0](https://github.com/perplexityai/perplexity-node/compare/v0.10.0...v0.11.0) + +### Features + +* **api:** manual updates ([b40eeef](https://github.com/perplexityai/perplexity-node/commit/b40eeef3d741e44af2bffa39791c81e2d8f11c57)) +* **api:** manual updates ([1daecd2](https://github.com/perplexityai/perplexity-node/commit/1daecd20ddb15e6fdbce81d6dab7e887ab1e032a)) + + +### Chores + +* configure new SDK language ([18bb933](https://github.com/perplexityai/perplexity-node/commit/18bb9330e449ec1f609b86ae4904e57c8206d97e)) +* extract some types in mcp docs ([236c14e](https://github.com/perplexityai/perplexity-node/commit/236c14e4bb31f701a57f6476d20366686f99297d)) + ## 0.10.0 (2025-10-08) Full Changelog: [v0.9.0...v0.10.0](https://github.com/perplexityai/perplexity-node/compare/v0.9.0...v0.10.0) diff --git a/README.md b/README.md index 433dc08..e6616e7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This library provides convenient access to the Perplexity REST API from server-side TypeScript or JavaScript. -The full API of this library can be found in [api.md](api.md). +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). It is generated with [Stainless](https://www.stainless.com/). diff --git a/SECURITY.md b/SECURITY.md index bcbdbdf..6e176a6 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -18,6 +18,10 @@ before making any information public. If you encounter security issues that are not directly related to SDKs but pertain to the services or products provided by Perplexity, please follow the respective company's security reporting guidelines. +### Perplexity Terms and Policies + +Please contact api@perplexity.ai for any questions or concerns regarding the security of our services. + --- Thank you for helping us keep the SDKs and systems they interact with secure. diff --git a/package.json b/package.json index 6b225d2..fd0fe70 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "@perplexity-ai/perplexity_ai", - "version": "0.10.0", + "version": "0.11.0", "description": "The official TypeScript library for the Perplexity API", - "author": "Perplexity <>", + "author": "Perplexity ", "types": "dist/index.d.ts", "main": "dist/index.js", "type": "commonjs", diff --git a/src/version.ts b/src/version.ts index c2e5b96..9085e9d 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.10.0'; // x-release-please-version +export const VERSION = '0.11.0'; // x-release-please-version