From 4da4c01daadeefa83c2900b24ca4819bd8f0a7e2 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 23:03:05 +0000 Subject: [PATCH] release: 0.27.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 579ced5..2b11449 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.26.6" + ".": "0.27.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 85bb91b..6372a0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.27.0 (2026-04-14) + +Full Changelog: [v0.26.6...v0.27.0](https://github.com/perplexityai/perplexity-node/compare/v0.26.6...v0.27.0) + +### Features + +* send X-Source and X-Title headers ([26d3659](https://github.com/perplexityai/perplexity-node/commit/26d3659b62dd2219eb6e01af3b10382713fbb0b6)) + ## 0.26.6 (2026-04-12) Full Changelog: [v0.26.5...v0.26.6](https://github.com/perplexityai/perplexity-node/compare/v0.26.5...v0.26.6) diff --git a/package.json b/package.json index 2880d11..17bd582 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@perplexity-ai/perplexity_ai", - "version": "0.26.6", + "version": "0.27.0", "description": "The official TypeScript library for the Perplexity API", "author": "Perplexity ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index 82226f2..288031c 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.26.6'; // x-release-please-version +export const VERSION = '0.27.0'; // x-release-please-version