Skip to content

Commit 95131a2

Browse files
release: 0.16.1
1 parent a645373 commit 95131a2

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-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.16.1"
33
}

CHANGELOG.md

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

3+
## 0.16.1 (2025-12-02)
4+
5+
Full Changelog: [v0.16.0...v0.16.1](https://github.com/perplexityai/perplexity-node/compare/v0.16.0...v0.16.1)
6+
7+
### Chores
8+
9+
* **client:** fix logger property type ([9eddcf7](https://github.com/perplexityai/perplexity-node/commit/9eddcf7aeaee285ea765ce2b3f6e473dcb931b06))
10+
* **internal:** upgrade eslint ([a645373](https://github.com/perplexityai/perplexity-node/commit/a6453738c2adff41a33fd59e8f7bcf2a30e625ec))
11+
312
## 0.16.0 (2025-11-04)
413

514
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.16.1",
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.16.1'; // x-release-please-version

0 commit comments

Comments
 (0)