Skip to content

Commit 6b08807

Browse files
committed
pangea-node-sdk: publish v5.4.0
1 parent 7fb291c commit 6b08807

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

packages/pangea-node-sdk/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## 5.4.0 - 2025-09-12
11+
1012
## Added
1113

1214
- AI Guard: `onlyRelevantContent` parameter which allows for sending only

packages/pangea-node-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pangea-node-sdk",
3-
"version": "5.3.0",
3+
"version": "5.4.0",
44
"type": "commonjs",
55
"main": "./dist/index.cjs",
66
"types": "./dist/index.d.cts",

packages/pangea-node-sdk/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const version = "5.3.0";
1+
export const version = "5.4.0";
22

33
/** Configuration for a Pangea service client. */
44
class PangeaConfig {

0 commit comments

Comments
 (0)