File tree Expand file tree Collapse file tree 4 files changed +22
-3
lines changed
Expand file tree Collapse file tree 4 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.17 .0"
2+ "." : " 0.18 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.18.0 (2025-12-05)
4+
5+ Full Changelog: [ v0.17.0...v0.18.0] ( https://github.com/perplexityai/perplexity-node/compare/v0.17.0...v0.18.0 )
6+
7+ ### Features
8+
9+ * ** api:** manual updates ([ fc07d79] ( https://github.com/perplexityai/perplexity-node/commit/fc07d79363e3bbe103595139270ddfa9cdc9af4d ) )
10+
11+
12+ ### Bug Fixes
13+
14+ * ** mcp:** correct code tool API endpoint ([ d7be1ad] ( https://github.com/perplexityai/perplexity-node/commit/d7be1ad64f691f68b9fd626ff657ff58056bb0a1 ) )
15+ * ** mcp:** return correct lines on typescript errors ([ 2719b53] ( https://github.com/perplexityai/perplexity-node/commit/2719b530e2560713cdba9a407ad74a5bf8cd0f32 ) )
16+
17+
18+ ### Chores
19+
20+ * ** internal:** codegen related update ([ 6ac26a8] ( https://github.com/perplexityai/perplexity-node/commit/6ac26a8aeebf04d7d1f2f0e4e9241d2327a3eb70 ) )
21+
322## 0.17.0 (2025-12-02)
423
524Full Changelog: [ v0.16.0...v0.17.0] ( https://github.com/perplexityai/perplexity-node/compare/v0.16.0...v0.17.0 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @perplexity-ai/perplexity_ai" ,
3- "version" : " 0.17 .0" ,
3+ "version" : " 0.18 .0" ,
44 "description" : " The official TypeScript library for the Perplexity API" ,
55 "author" :
" Perplexity <[email protected] >" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1- export const VERSION = '0.17 .0' ; // x-release-please-version
1+ export const VERSION = '0.18 .0' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments