From e6d2f5bd29e39cc49cc7a8927059d824a2c8dcfd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 19:01:55 +0000 Subject: [PATCH] chore: version packages --- .changeset/fix-npm-auth.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fix-npm-auth.md diff --git a/.changeset/fix-npm-auth.md b/.changeset/fix-npm-auth.md deleted file mode 100644 index a0548fd..0000000 --- a/.changeset/fix-npm-auth.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@scope3/agentic-client": patch ---- - -Fix npm authentication in release workflow by manually configuring .npmrc file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ecd5c1..62f4201 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @scope3/agentic-client +## 1.0.3 + +### Patch Changes + +- [#12](https://github.com/scope3data/agentic-client/pull/12) [`ef1a5e0`](https://github.com/scope3data/agentic-client/commit/ef1a5e08d6311b9bb7e1cdf4e8c7d9b10dcdcb75) Thanks [@nastassiafulconis](https://github.com/nastassiafulconis)! - Fix npm authentication in release workflow by manually configuring .npmrc file + ## 1.0.2 ### Patch Changes diff --git a/package.json b/package.json index 46e50bb..c647d0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@scope3/agentic-client", - "version": "1.0.2", + "version": "1.0.3", "description": "TypeScript client for the Scope3 Agentic API with AdCP webhook support", "main": "dist/index.js", "types": "dist/index.d.ts",