Skip to content

Commit a17a602

Browse files
release: 0.17.0
1 parent c49ea25 commit a17a602

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-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.16.0"
2+
".": "0.17.0"
33
}

CHANGELOG.md

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

3+
## 0.17.0 (2025-12-02)
4+
5+
Full Changelog: [v0.16.0...v0.17.0](https://github.com/perplexityai/perplexity-node/compare/v0.16.0...v0.17.0)
6+
7+
### Features
8+
9+
* **api:** manual updates ([c49ea25](https://github.com/perplexityai/perplexity-node/commit/c49ea25a0919c5fb25c22fc6a8fad4d81758bafd))
10+
11+
12+
### Chores
13+
14+
* **client:** fix logger property type ([9eddcf7](https://github.com/perplexityai/perplexity-node/commit/9eddcf7aeaee285ea765ce2b3f6e473dcb931b06))
15+
* **internal:** upgrade eslint ([a645373](https://github.com/perplexityai/perplexity-node/commit/a6453738c2adff41a33fd59e8f7bcf2a30e625ec))
16+
317
## 0.16.0 (2025-11-04)
418

519
Full Changelog: [v0.15.0...v0.16.0](https://github.com/perplexityai/perplexity-node/compare/v0.15.0...v0.16.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.16.0",
3+
"version": "0.17.0",
44
"description": "The official TypeScript library for the Perplexity API",
55
"author": "Perplexity <[email protected]>",
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.16.0'; // x-release-please-version
1+
export const VERSION = '0.17.0'; // x-release-please-version

0 commit comments

Comments
 (0)