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"