Skip to content

Commit ef73e88

Browse files
authored
Merge pull request #1 from perplexityai/release-please--branches--main--changes--next--components--perplexity_ai
2 parents 2d7bb35 + c959ec5 commit ef73e88

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-3
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.6.0"
2+
".": "0.7.0"
33
}

CHANGELOG.md

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

3+
## 0.7.0 (2025-09-26)
4+
5+
Full Changelog: [v0.6.0...v0.7.0](https://github.com/perplexityai/perplexity-node/compare/v0.6.0...v0.7.0)
6+
7+
### Features
8+
9+
* **api:** add /chat/completions and /async/chat/completions ([4f75e0e](https://github.com/perplexityai/perplexity-node/commit/4f75e0e8d924a2042752cc8c3f456f6798417561))
10+
* **api:** manual updates ([778bb2e](https://github.com/perplexityai/perplexity-node/commit/778bb2ee170a8985e1fab3a6882318f7a402e8bb))
11+
* **api:** manual updates ([1abd01a](https://github.com/perplexityai/perplexity-node/commit/1abd01a085300544dd07a5d3417dab4c919ade25))
12+
* **api:** manual updates ([bb7ef97](https://github.com/perplexityai/perplexity-node/commit/bb7ef972fd3846806ca5e989621fff963249fe9a))
13+
* **api:** manual updates ([1fcdcec](https://github.com/perplexityai/perplexity-node/commit/1fcdcec07820ebc44e1ce658a0a0013224d9a8f3))
14+
* **api:** manual updates ([80c06a6](https://github.com/perplexityai/perplexity-node/commit/80c06a65cdb5673fc4c580bcb30c4b701e5d3ab7))
15+
16+
17+
### Performance Improvements
18+
19+
* faster formatting ([2fd84b1](https://github.com/perplexityai/perplexity-node/commit/2fd84b1e97b71d37fdf155caed28e4da8eed5e99))
20+
21+
22+
### Chores
23+
24+
* configure new SDK language ([55f1c33](https://github.com/perplexityai/perplexity-node/commit/55f1c33744bd229f460080ad9d966340a35e4151))
25+
* do not install brew dependencies in ./scripts/bootstrap by default ([489e0d9](https://github.com/perplexityai/perplexity-node/commit/489e0d9f189b10fc5772840bc5f9510778723286))
26+
* **internal:** remove deprecated `compilerOptions.baseUrl` from tsconfig.json ([0e69d4d](https://github.com/perplexityai/perplexity-node/commit/0e69d4d11f059b97f8f90a0be95527e287f1e024))
27+
* update SDK settings ([3666f51](https://github.com/perplexityai/perplexity-node/commit/3666f5158d408e3098c2ce94637d463c71fd2764))
28+
* update SDK settings ([f48e28e](https://github.com/perplexityai/perplexity-node/commit/f48e28e7fc749be9ebe30c64ac9dd92ba6e9a411))
29+
* update SDK settings ([c9ed579](https://github.com/perplexityai/perplexity-node/commit/c9ed5797ec1d16980bd83965c1f660505665f113))
30+
* update SDK settings ([7f42873](https://github.com/perplexityai/perplexity-node/commit/7f4287392cefc4b9dbc068dd1af1aa80ef08a410))
31+
332
## 0.6.0 (2025-09-24)
433

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

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.6.0",
3+
"version": "0.7.0",
44
"description": "The official TypeScript library for the Perplexity API",
55
"author": "Perplexity <>",
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.6.0'; // x-release-please-version
1+
export const VERSION = '0.7.0'; // x-release-please-version

0 commit comments

Comments
 (0)