From 3426cff5632ea4729dd2ad8035fe5ec7320aec3e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 23:30:37 +0000 Subject: [PATCH] chore: version packages --- .changeset/fix-npm-publish.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fix-npm-publish.md diff --git a/.changeset/fix-npm-publish.md b/.changeset/fix-npm-publish.md deleted file mode 100644 index cea05ac..0000000 --- a/.changeset/fix-npm-publish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"scope3": patch ---- - -Fix npm Trusted Publishing by adding registry-url to setup-node in release workflow diff --git a/CHANGELOG.md b/CHANGELOG.md index c194222..6259fe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @scope3/agentic-client +## 2.0.1 + +### Patch Changes + +- [#116](https://github.com/scope3data/agentic-client/pull/116) [`b852335`](https://github.com/scope3data/agentic-client/commit/b8523352c5977b5e2026edf81dc9de213ccd3d84) Thanks [@nastassiafulconis](https://github.com/nastassiafulconis)! - Fix npm Trusted Publishing by adding registry-url to setup-node in release workflow + ## 2.0.0 ### Major Changes diff --git a/package.json b/package.json index 3fd7840..6a8f81c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scope3", - "version": "2.0.0", + "version": "2.0.1", "description": "Scope3 SDK - REST and MCP client for the Agentic Platform", "engines": { "node": ">=18"