From 793ae6e890eb48645bef54f45ca3cdcf5c3d180a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 22:56:21 +0000 Subject: [PATCH] Release new version --- .changeset/chilly-cycles-tap.md | 5 ----- .changeset/strong-singers-visit.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/chilly-cycles-tap.md delete mode 100644 .changeset/strong-singers-visit.md diff --git a/.changeset/chilly-cycles-tap.md b/.changeset/chilly-cycles-tap.md deleted file mode 100644 index 2acfe271..00000000 --- a/.changeset/chilly-cycles-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@evervault/sdk': patch ---- - -Bumping axios to fix vulnerability diff --git a/.changeset/strong-singers-visit.md b/.changeset/strong-singers-visit.md deleted file mode 100644 index b445f1e5..00000000 --- a/.changeset/strong-singers-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@evervault/sdk': minor ---- - -Introduce agent parameters to SDK constructor to allow greater networking control from the Node SDK diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b71c551..450fbfed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @evervault/sdk +## 6.4.0 + +### Minor Changes + +- d71783e: Introduce agent parameters to SDK constructor to allow greater networking control from the Node SDK + +### Patch Changes + +- 9fb4f47: Bumping axios to fix vulnerability + ## 6.3.3 ### Patch Changes diff --git a/package.json b/package.json index dd9cef18..2afd2cae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@evervault/sdk", - "version": "6.3.4", + "version": "6.4.0", "description": "Node.js SDK for Evervault", "main": "lib/index.js", "typings": "types/index.d.ts",