Skip to content

Commit 58bee63

Browse files
release: 0.8.0
1 parent 743c3aa commit 58bee63

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-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.7.1"
2+
".": "0.8.0"
33
}

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.8.0 (2025-10-02)
4+
5+
Full Changelog: [v0.7.1...v0.8.0](https://github.com/perplexityai/perplexity-node/compare/v0.7.1...v0.8.0)
6+
7+
### Features
8+
9+
* **api:** manual updates ([1cfc229](https://github.com/perplexityai/perplexity-node/commit/1cfc22974a91e522240582cafd5fbc79ed1c5c5b))
10+
11+
12+
### Chores
13+
14+
* **internal:** fix incremental formatting in some cases ([34f38af](https://github.com/perplexityai/perplexity-node/commit/34f38af0de3c0597399de874717f495a999bd171))
15+
* **internal:** ignore .eslintcache ([b1b9340](https://github.com/perplexityai/perplexity-node/commit/b1b9340da0c92014e95fc3093cf348eb5304f5df))
16+
* update SDK settings ([96b6465](https://github.com/perplexityai/perplexity-node/commit/96b6465aafe76ecca7b025a1dc1d4aa8a830f002))
17+
318
## 0.7.1 (2025-10-01)
419

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

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.7.1",
3+
"version": "0.8.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.7.1'; // x-release-please-version
1+
export const VERSION = '0.8.0'; // x-release-please-version

0 commit comments

Comments
 (0)