File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 timeout-minutes : 10
2020 name : lint
2121 runs-on : ${{ github.repository == 'stainless-sdks/perplexity-typescript' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
22- if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
22+ if : ( github.event_name == 'push' || github.event.pull_request.head.repo.fork) && (github.event_name != 'push' || github.event.head_commit.message != 'codegen metadata')
2323 steps :
2424 - uses : actions/checkout@v6
2525
3838 timeout-minutes : 5
3939 name : build
4040 runs-on : ${{ github.repository == 'stainless-sdks/perplexity-typescript' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
41- if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
41+ if : ( github.event_name == 'push' || github.event.pull_request.head.repo.fork) && (github.event_name != 'push' || github.event.head_commit.message != 'codegen metadata')
4242 permissions :
4343 contents : read
4444 id-token : write
Original file line number Diff line number Diff line change 11.prism.log
2+ .stdy.log
23node_modules
34yarn-error.log
45codegen.log
Original file line number Diff line number Diff line change 11{
2- "." : " 0.26.4 "
2+ "." : " 0.26.5 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.26.5 (2026-03-24)
4+
5+ Full Changelog: [ v0.26.4...v0.26.5] ( https://github.com/perplexityai/perplexity-node/compare/v0.26.4...v0.26.5 )
6+
7+ ### Chores
8+
9+ * ** ci:** skip lint on metadata-only changes ([ 75bb43c] ( https://github.com/perplexityai/perplexity-node/commit/75bb43c9794991dcd3b6e497e84a12ef217341ad ) )
10+ * ** internal:** update gitignore ([ b0c4a8b] ( https://github.com/perplexityai/perplexity-node/commit/b0c4a8bc9de2af3ff8c2c073828c9b8bd1898733 ) )
11+
312## 0.26.4 (2026-03-22)
413
514Full Changelog: [ v0.26.3...v0.26.4] ( https://github.com/perplexityai/perplexity-node/compare/v0.26.3...v0.26.4 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @perplexity-ai/perplexity_ai" ,
3- "version" : " 0.26.4 " ,
3+ "version" : " 0.26.5 " ,
44 "description" : " The official TypeScript library for the Perplexity API" ,
55 "author" : " Perplexity <api@perplexity.ai>" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1- export const VERSION = '0.26.4 ' ; // x-release-please-version
1+ export const VERSION = '0.26.5 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments