# Changelog

## 0.29.0 (2026-05-13)

Full Changelog: [v0.28.0...v0.29.0](https://github.com/perplexityai/perplexity-node/compare/v0.28.0...v0.29.0)

### Features

* **search:** add search_type parameter for People Search routing ([13dbe2d](https://github.com/perplexityai/perplexity-node/commit/13dbe2dbe249d4e6371d58af5821da6afdfb62de))

## 0.28.0 (2026-05-13)

Full Changelog: [v0.27.0...v0.28.0](https://github.com/perplexityai/perplexity-node/compare/v0.27.0...v0.28.0)

### Features

* **responses:** add people_search and finance_search built-in tools ([f73d971](https://github.com/perplexityai/perplexity-node/commit/f73d971af644ff4d3166fe2f0c319a33a85e5e1c))
* support setting headers via env ([8d99818](https://github.com/perplexityai/perplexity-node/commit/8d99818d6981bc084189213fc03f38408aa4dfe6))


### Chores

* apply prettier formatting to README ([147cf39](https://github.com/perplexityai/perplexity-node/commit/147cf3973b774527f0cba6426bb0c963a67befef))
* **format:** run eslint and prettier separately ([bd0078c](https://github.com/perplexityai/perplexity-node/commit/bd0078c41267bf36971c2a621076d07056bd2e13))
* **formatter:** run prettier and eslint separately ([e5b3c00](https://github.com/perplexityai/perplexity-node/commit/e5b3c0095da82ac41791343a1ba5333ca011fb7f))
* **internal:** codegen related update ([d99d9e3](https://github.com/perplexityai/perplexity-node/commit/d99d9e316cf824d4a67cd29cb9ac026d63351aca))
* **internal:** more robust bootstrap script ([c32e68e](https://github.com/perplexityai/perplexity-node/commit/c32e68ee007146374b83abb0901fde46731f0e3d))
* redact api-key headers in debug logs ([af8b1ee](https://github.com/perplexityai/perplexity-node/commit/af8b1eee91c3ad2fa5f5f1adbb00d836e1560799))

## 0.27.0 (2026-04-14)

Full Changelog: [v0.26.6...v0.27.0](https://github.com/perplexityai/perplexity-node/compare/v0.26.6...v0.27.0)

### Features

* send X-Source and X-Title headers ([26d3659](https://github.com/perplexityai/perplexity-node/commit/26d3659b62dd2219eb6e01af3b10382713fbb0b6))

## 0.26.6 (2026-04-12)

Full Changelog: [v0.26.5...v0.26.6](https://github.com/perplexityai/perplexity-node/compare/v0.26.5...v0.26.6)

### Bug Fixes

* **internal:** gitignore generated `oidc` dir ([b92ff78](https://github.com/perplexityai/perplexity-node/commit/b92ff78ef1d6786d3ba664be8368c1e55af01e0f))


### Chores

* **internal:** codegen related update ([372e0a8](https://github.com/perplexityai/perplexity-node/commit/372e0a8004ea62a868e1ac5017ebe7cd5495daba))
* **internal:** codegen related update ([c1520fa](https://github.com/perplexityai/perplexity-node/commit/c1520fab736e08cd37194f3df6355acbb797ff18))
* **internal:** codegen related update ([2af2538](https://github.com/perplexityai/perplexity-node/commit/2af2538a3d7a7f948109febcdd9a4ff2b7b26ce4))

## 0.26.5 (2026-03-24)

Full Changelog: [v0.26.4...v0.26.5](https://github.com/perplexityai/perplexity-node/compare/v0.26.4...v0.26.5)

### Chores

* **ci:** skip lint on metadata-only changes ([75bb43c](https://github.com/perplexityai/perplexity-node/commit/75bb43c9794991dcd3b6e497e84a12ef217341ad))
* **internal:** update gitignore ([b0c4a8b](https://github.com/perplexityai/perplexity-node/commit/b0c4a8bc9de2af3ff8c2c073828c9b8bd1898733))

## 0.26.4 (2026-03-22)

Full Changelog: [v0.26.3...v0.26.4](https://github.com/perplexityai/perplexity-node/compare/v0.26.3...v0.26.4)

## 0.26.3 (2026-03-16)

Full Changelog: [v0.26.2...v0.26.3](https://github.com/perplexityai/perplexity-node/compare/v0.26.2...v0.26.3)

### Chores

* **internal:** tweak CI branches ([b9f8712](https://github.com/perplexityai/perplexity-node/commit/b9f871274b6c65d3a27d4695e35451d428451111))

## 0.26.2 (2026-03-09)

Full Changelog: [v0.26.1...v0.26.2](https://github.com/perplexityai/perplexity-node/compare/v0.26.1...v0.26.2)

### Bug Fixes

* **client:** preserve URL params already embedded in path ([98b1ab9](https://github.com/perplexityai/perplexity-node/commit/98b1ab99afad9e0d23a96c9c15881a4fa9de42f8))
* fix request delays for retrying to be more respectful of high requested delays ([5399979](https://github.com/perplexityai/perplexity-node/commit/539997927605b5c46fb990555b11119854bd96ea))


### Chores

* **ci:** skip uploading artifacts on stainless-internal branches ([3d2b6b3](https://github.com/perplexityai/perplexity-node/commit/3d2b6b3abcc61ba4284b0c7382d8d53a5b0c167b))
* **internal:** update dependencies to address dependabot vulnerabilities ([b494823](https://github.com/perplexityai/perplexity-node/commit/b494823152750452f7eaee967274904e30076615))

## 0.26.1 (2026-02-26)

Full Changelog: [v0.26.0...v0.26.1](https://github.com/perplexityai/perplexity-node/compare/v0.26.0...v0.26.1)

### Chores

* **internal:** move stringifyQuery implementation to internal function ([139530e](https://github.com/perplexityai/perplexity-node/commit/139530e506aa393f4513dcbc93f16b7270f920f2))

## 0.26.0 (2026-02-23)

Full Changelog: [v0.25.0...v0.26.0](https://github.com/perplexityai/perplexity-node/compare/v0.25.0...v0.26.0)

### Features

* **api:** Add browser and sandbox API endpoints ([a35f39c](https://github.com/perplexityai/perplexity-node/commit/a35f39c37eddf661d131c9f07a7b4ea25d95ab5d))
* **api:** manual updates ([bb5e5a8](https://github.com/perplexityai/perplexity-node/commit/bb5e5a8e815f9d3ef3419e5b841ce40430e5df95))


### Bug Fixes

* **docs/contributing:** correct pnpm link command ([2976eab](https://github.com/perplexityai/perplexity-node/commit/2976eab295ea08f4743af92a36d96c659ec90e3c))


### Chores

* **internal/client:** fix form-urlencoded requests ([36bfdb4](https://github.com/perplexityai/perplexity-node/commit/36bfdb4f151bc3d20e946f5658679edfe78d7f73))
* **internal:** remove mock server code ([4ea1e20](https://github.com/perplexityai/perplexity-node/commit/4ea1e202b3d5c6fa7bb993c5e4e62b690bdb48f6))
* update mock server docs ([73990f1](https://github.com/perplexityai/perplexity-node/commit/73990f1119a8240fa06d0985b06ecf7066cc1caf))

## 0.25.0 (2026-02-12)

Full Changelog: [v0.24.0...v0.25.0](https://github.com/perplexityai/perplexity-node/compare/v0.24.0...v0.25.0)

### Features

* **api:** manual updates ([13b8d94](https://github.com/perplexityai/perplexity-node/commit/13b8d94c245da0f692da8ac5001b5b283c31feb0))

## 0.24.0 (2026-02-12)

Full Changelog: [v0.23.2...v0.24.0](https://github.com/perplexityai/perplexity-node/compare/v0.23.2...v0.24.0)

### Features

* **api:** Add Embeddings API ([393ccb6](https://github.com/perplexityai/perplexity-node/commit/393ccb6f22165349a70c873f6c260dc756276c1c))

## 0.23.2 (2026-02-11)

Full Changelog: [v0.23.1...v0.23.2](https://github.com/perplexityai/perplexity-node/compare/v0.23.1...v0.23.2)

### Chores

* **internal:** avoid type checking errors with ts-reset ([0887d77](https://github.com/perplexityai/perplexity-node/commit/0887d7792c285e1f42b2d158359aaacd6bdd5415))

## 0.23.1 (2026-02-05)

Full Changelog: [v0.23.0...v0.23.1](https://github.com/perplexityai/perplexity-node/compare/v0.23.0...v0.23.1)

### Bug Fixes

* **client:** avoid memory leak with abort signals ([ec22b56](https://github.com/perplexityai/perplexity-node/commit/ec22b560c4a668a49dc5c8e2bf0fa69a155ccb93))
* **client:** avoid removing abort listener too early ([12e45f7](https://github.com/perplexityai/perplexity-node/commit/12e45f70f41991f4c0385886a9dc407173c8bc7c))


### Chores

* **client:** do not parse responses with empty content-length ([31c81b4](https://github.com/perplexityai/perplexity-node/commit/31c81b49e1bad9d4e287eeb455b202398f4ec8ef))
* **client:** restructure abort controller binding ([c93217d](https://github.com/perplexityai/perplexity-node/commit/c93217db4a28bea06115b20cd21557fdf989ddd1))

## 0.23.0 (2026-01-27)

Full Changelog: [v0.22.0...v0.23.0](https://github.com/perplexityai/perplexity-node/compare/v0.22.0...v0.23.0)

### Features

* **api:** manual updates ([de17f18](https://github.com/perplexityai/perplexity-node/commit/de17f18fbf32d065a22680c06210baaf7ed9c9b8))

## 0.22.0 (2026-01-24)

Full Changelog: [v0.21.0...v0.22.0](https://github.com/perplexityai/perplexity-node/compare/v0.21.0...v0.22.0)

### Features

* **client:** integrate output_text automatically in responses.create() ([2b8b60a](https://github.com/perplexityai/perplexity-node/commit/2b8b60afe9e4cbb28dc6fbe66201c29d53bb60bc))


### Bug Fixes

* remove trailing whitespace in responses.ts ([9808062](https://github.com/perplexityai/perplexity-node/commit/9808062dc0acd80dd4b30280ac36ebc81402f5b7))

## 0.21.0 (2026-01-24)

Full Changelog: [v0.20.0...v0.21.0](https://github.com/perplexityai/perplexity-node/compare/v0.20.0...v0.21.0)

### Features

* **client:** add output_text helper function for responses ([c0d707f](https://github.com/perplexityai/perplexity-node/commit/c0d707fdf492964fd45721f171387b1528040028))

## 0.20.0 (2026-01-23)

Full Changelog: [v0.19.0...v0.20.0](https://github.com/perplexityai/perplexity-node/compare/v0.19.0...v0.20.0)

### Features

* **api:** manual updates ([a61d97a](https://github.com/perplexityai/perplexity-node/commit/a61d97aceda3e4751cf689a6b07bca71d69d8f23))
* **api:** manual updates ([1e550bc](https://github.com/perplexityai/perplexity-node/commit/1e550bc1a1d30cb319ecdafb12ef3afed4776534))

## 0.19.0 (2026-01-23)

Full Changelog: [v0.18.4...v0.19.0](https://github.com/perplexityai/perplexity-node/compare/v0.18.4...v0.19.0)

### Features

* **api:** manual updates ([12aa4ee](https://github.com/perplexityai/perplexity-node/commit/12aa4ee6a963b865a576fe214c7d2f5dda924b4c))


### Chores

* **internal:** codegen related update ([a3e52b8](https://github.com/perplexityai/perplexity-node/commit/a3e52b82e1ff42e8494267978fd79f87bcff9c6f))

## 0.18.4 (2026-01-15)

Full Changelog: [v0.18.3...v0.18.4](https://github.com/perplexityai/perplexity-node/compare/v0.18.3...v0.18.4)

### Chores

* break long lines in snippets into multiline ([659cf62](https://github.com/perplexityai/perplexity-node/commit/659cf62198caebd226509583cec3e0adb729c23d))
* fix typo in descriptions ([9b3231f](https://github.com/perplexityai/perplexity-node/commit/9b3231fda472fca273e7777ae6204f8ca8260b38))
* **internal:** upgrade babel, qs, js-yaml ([837eae4](https://github.com/perplexityai/perplexity-node/commit/837eae4116e93c285e45cd8db078917f02441804))

## 0.18.3 (2026-01-05)

Full Changelog: [v0.18.2...v0.18.3](https://github.com/perplexityai/perplexity-node/compare/v0.18.2...v0.18.3)

### Chores

* **internal:** codegen related update ([1bd1a99](https://github.com/perplexityai/perplexity-node/commit/1bd1a99cd9c442e45c2614c6b775bf87aa244e8f))

## 0.18.2 (2025-12-19)

Full Changelog: [v0.18.1...v0.18.2](https://github.com/perplexityai/perplexity-node/compare/v0.18.1...v0.18.2)

### Documentation

* add more examples ([23b89c4](https://github.com/perplexityai/perplexity-node/commit/23b89c4a7ba987715699edc8abfe65dac7ec0a21))

## 0.18.1 (2025-12-05)

Full Changelog: [v0.18.0...v0.18.1](https://github.com/perplexityai/perplexity-node/compare/v0.18.0...v0.18.1)

### Chores

* **internal:** codegen related update ([fac824f](https://github.com/perplexityai/perplexity-node/commit/fac824f235f65f6b6fbb4ca4ba72c02b17394f28))

## 0.18.0 (2025-12-05)

Full Changelog: [v0.17.0...v0.18.0](https://github.com/perplexityai/perplexity-node/compare/v0.17.0...v0.18.0)

### Features

* **api:** manual updates ([fc07d79](https://github.com/perplexityai/perplexity-node/commit/fc07d79363e3bbe103595139270ddfa9cdc9af4d))


### Bug Fixes

* **mcp:** correct code tool API endpoint ([d7be1ad](https://github.com/perplexityai/perplexity-node/commit/d7be1ad64f691f68b9fd626ff657ff58056bb0a1))
* **mcp:** return correct lines on typescript errors ([2719b53](https://github.com/perplexityai/perplexity-node/commit/2719b530e2560713cdba9a407ad74a5bf8cd0f32))


### Chores

* **internal:** codegen related update ([6ac26a8](https://github.com/perplexityai/perplexity-node/commit/6ac26a8aeebf04d7d1f2f0e4e9241d2327a3eb70))

## 0.17.0 (2025-12-02)

Full Changelog: [v0.16.0...v0.17.0](https://github.com/perplexityai/perplexity-node/compare/v0.16.0...v0.17.0)

### Features

* **api:** manual updates ([c49ea25](https://github.com/perplexityai/perplexity-node/commit/c49ea25a0919c5fb25c22fc6a8fad4d81758bafd))


### Chores

* **client:** fix logger property type ([9eddcf7](https://github.com/perplexityai/perplexity-node/commit/9eddcf7aeaee285ea765ce2b3f6e473dcb931b06))
* **internal:** upgrade eslint ([a645373](https://github.com/perplexityai/perplexity-node/commit/a6453738c2adff41a33fd59e8f7bcf2a30e625ec))

## 0.16.0 (2025-11-04)

Full Changelog: [v0.15.0...v0.16.0](https://github.com/perplexityai/perplexity-node/compare/v0.15.0...v0.16.0)

### Features

* **api:** add country param ([8782141](https://github.com/perplexityai/perplexity-node/commit/8782141ab736df4e79e068020ff3539d70b114ce))

## 0.15.0 (2025-10-31)

Full Changelog: [v0.14.0...v0.15.0](https://github.com/perplexityai/perplexity-node/compare/v0.14.0...v0.15.0)

### Features

* **api:** remove mcp config ([f8654a1](https://github.com/perplexityai/perplexity-node/commit/f8654a19a4227e1877ebad58f542dd24e40c36bd))


### Bug Fixes

* **mcpb:** pin @anthropic-ai/mcpb version ([476ee83](https://github.com/perplexityai/perplexity-node/commit/476ee835f5a4d528090ac6436a66e60c65be9c18))

## 0.14.0 (2025-10-30)

Full Changelog: [v0.13.0...v0.14.0](https://github.com/perplexityai/perplexity-node/compare/v0.13.0...v0.14.0)

### Features

* **api:** manual updates ([fffc9eb](https://github.com/perplexityai/perplexity-node/commit/fffc9eb2cfd6db13056bfaa90fd83ab4633e360a))

## 0.13.0 (2025-10-29)

Full Changelog: [v0.12.0...v0.13.0](https://github.com/perplexityai/perplexity-node/compare/v0.12.0...v0.13.0)

### Features

* **api:** manual updates ([ab3c07b](https://github.com/perplexityai/perplexity-node/commit/ab3c07b646009f43ac4d0001e6d61e8562073aba))


### Chores

* configure new SDK language ([3cbc5a5](https://github.com/perplexityai/perplexity-node/commit/3cbc5a5e922e5fe0b2092b0088145bc1103f87d5))

## 0.12.0 (2025-10-16)

Full Changelog: [v0.11.0...v0.12.0](https://github.com/perplexityai/perplexity-node/compare/v0.11.0...v0.12.0)

### Features

* **api:** manual updates ([2e04383](https://github.com/perplexityai/perplexity-node/commit/2e04383069b2aa04011def4ea5850a350db08583))

## 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)

### Features

* **api:** manual updates ([7f713cb](https://github.com/perplexityai/perplexity-node/commit/7f713cb088b2008491bfa0f883e48c624c71443d))

## 0.9.0 (2025-10-08)

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

### Features

* **api:** manual updates ([d17785c](https://github.com/perplexityai/perplexity-node/commit/d17785c3ec2ec4bf22d0719da119f13db8c8c0fd))


### Chores

* **internal:** use npm pack for build uploads ([b2d7e82](https://github.com/perplexityai/perplexity-node/commit/b2d7e82ea8ac19c91e8b675230ffc81c73915f21))
* **jsdoc:** fix [@link](https://github.com/link) annotations to refer only to parts of the package‘s public interface ([657927d](https://github.com/perplexityai/perplexity-node/commit/657927d9f2a0b50f8fd93ec68ee7f2b1c35e7845))

## 0.8.0 (2025-10-02)

Full Changelog: [v0.7.1...v0.8.0](https://github.com/perplexityai/perplexity-node/compare/v0.7.1...v0.8.0)

### Features

* **api:** manual updates ([743c3aa](https://github.com/perplexityai/perplexity-node/commit/743c3aad0ea1021edca19f345c67c33665eaf074))

## 0.7.1 (2025-10-01)

Full Changelog: [v0.7.0...v0.7.1](https://github.com/perplexityai/perplexity-node/compare/v0.7.0...v0.7.1)

### Chores

* **internal:** fix incremental formatting in some cases ([34f38af](https://github.com/perplexityai/perplexity-node/commit/34f38af0de3c0597399de874717f495a999bd171))
* **internal:** ignore .eslintcache ([b1b9340](https://github.com/perplexityai/perplexity-node/commit/b1b9340da0c92014e95fc3093cf348eb5304f5df))
* update SDK settings ([96b6465](https://github.com/perplexityai/perplexity-node/commit/96b6465aafe76ecca7b025a1dc1d4aa8a830f002))

## 0.7.0 (2025-09-26)

Full Changelog: [v0.6.0...v0.7.0](https://github.com/perplexityai/perplexity-node/compare/v0.6.0...v0.7.0)

### Features

* **api:** add /chat/completions and /async/chat/completions ([4f75e0e](https://github.com/perplexityai/perplexity-node/commit/4f75e0e8d924a2042752cc8c3f456f6798417561))
* **api:** manual updates ([778bb2e](https://github.com/perplexityai/perplexity-node/commit/778bb2ee170a8985e1fab3a6882318f7a402e8bb))
* **api:** manual updates ([1abd01a](https://github.com/perplexityai/perplexity-node/commit/1abd01a085300544dd07a5d3417dab4c919ade25))
* **api:** manual updates ([bb7ef97](https://github.com/perplexityai/perplexity-node/commit/bb7ef972fd3846806ca5e989621fff963249fe9a))
* **api:** manual updates ([1fcdcec](https://github.com/perplexityai/perplexity-node/commit/1fcdcec07820ebc44e1ce658a0a0013224d9a8f3))
* **api:** manual updates ([80c06a6](https://github.com/perplexityai/perplexity-node/commit/80c06a65cdb5673fc4c580bcb30c4b701e5d3ab7))


### Performance Improvements

* faster formatting ([2fd84b1](https://github.com/perplexityai/perplexity-node/commit/2fd84b1e97b71d37fdf155caed28e4da8eed5e99))


### Chores

* configure new SDK language ([55f1c33](https://github.com/perplexityai/perplexity-node/commit/55f1c33744bd229f460080ad9d966340a35e4151))
* do not install brew dependencies in ./scripts/bootstrap by default ([489e0d9](https://github.com/perplexityai/perplexity-node/commit/489e0d9f189b10fc5772840bc5f9510778723286))
* **internal:** remove deprecated `compilerOptions.baseUrl` from tsconfig.json ([0e69d4d](https://github.com/perplexityai/perplexity-node/commit/0e69d4d11f059b97f8f90a0be95527e287f1e024))
* update SDK settings ([3666f51](https://github.com/perplexityai/perplexity-node/commit/3666f5158d408e3098c2ce94637d463c71fd2764))
* update SDK settings ([f48e28e](https://github.com/perplexityai/perplexity-node/commit/f48e28e7fc749be9ebe30c64ac9dd92ba6e9a411))
* update SDK settings ([c9ed579](https://github.com/perplexityai/perplexity-node/commit/c9ed5797ec1d16980bd83965c1f660505665f113))
* update SDK settings ([7f42873](https://github.com/perplexityai/perplexity-node/commit/7f4287392cefc4b9dbc068dd1af1aa80ef08a410))

## 0.6.0 (2025-09-24)

Full Changelog: [v0.5.0...v0.6.0](https://github.com/ppl-ai/perplexity-node/compare/v0.5.0...v0.6.0)

### Features

* **api:** manual updates ([778bb2e](https://github.com/ppl-ai/perplexity-node/commit/778bb2ee170a8985e1fab3a6882318f7a402e8bb))


### Chores

* do not install brew dependencies in ./scripts/bootstrap by default ([489e0d9](https://github.com/ppl-ai/perplexity-node/commit/489e0d9f189b10fc5772840bc5f9510778723286))

## 0.5.0 (2025-09-19)

Full Changelog: [v0.4.0...v0.5.0](https://github.com/ppl-ai/perplexity-node/compare/v0.4.0...v0.5.0)

### Features

* **api:** manual updates ([1abd01a](https://github.com/ppl-ai/perplexity-node/commit/1abd01a085300544dd07a5d3417dab4c919ade25))

## 0.4.0 (2025-09-17)

Full Changelog: [v0.3.0...v0.4.0](https://github.com/ppl-ai/perplexity-node/compare/v0.3.0...v0.4.0)

### Features

* **api:** manual updates ([bb7ef97](https://github.com/ppl-ai/perplexity-node/commit/bb7ef972fd3846806ca5e989621fff963249fe9a))

## 0.3.0 (2025-09-15)

Full Changelog: [v0.2.1...v0.3.0](https://github.com/ppl-ai/perplexity-node/compare/v0.2.1...v0.3.0)

### Features

* **api:** manual updates ([1fcdcec](https://github.com/ppl-ai/perplexity-node/commit/1fcdcec07820ebc44e1ce658a0a0013224d9a8f3))

## 0.2.1 (2025-09-10)

Full Changelog: [v0.2.0...v0.2.1](https://github.com/ppl-ai/perplexity-node/compare/v0.2.0...v0.2.1)

## 0.2.0 (2025-09-10)

Full Changelog: [v0.1.0...v0.2.0](https://github.com/ppl-ai/perplexity-node/compare/v0.1.0...v0.2.0)

### Features

* **api:** manual updates ([80c06a6](https://github.com/ppl-ai/perplexity-node/commit/80c06a65cdb5673fc4c580bcb30c4b701e5d3ab7))


### Chores

* update SDK settings ([f48e28e](https://github.com/ppl-ai/perplexity-node/commit/f48e28e7fc749be9ebe30c64ac9dd92ba6e9a411))

## 0.1.0 (2025-09-10)

Full Changelog: [v0.0.1...v0.1.0](https://github.com/ppl-ai/perplexity-node/compare/v0.0.1...v0.1.0)

### Features

* **api:** add /chat/completions and /async/chat/completions ([4f75e0e](https://github.com/ppl-ai/perplexity-node/commit/4f75e0e8d924a2042752cc8c3f456f6798417561))


### Chores

* configure new SDK language ([55f1c33](https://github.com/ppl-ai/perplexity-node/commit/55f1c33744bd229f460080ad9d966340a35e4151))
* update SDK settings ([c9ed579](https://github.com/ppl-ai/perplexity-node/commit/c9ed5797ec1d16980bd83965c1f660505665f113))
* update SDK settings ([7f42873](https://github.com/ppl-ai/perplexity-node/commit/7f4287392cefc4b9dbc068dd1af1aa80ef08a410))
