diff --git a/.changeset/remove-npmrc.md b/.changeset/remove-npmrc.md deleted file mode 100644 index b087199..0000000 --- a/.changeset/remove-npmrc.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@scope3/agentic-client": patch ---- - -Remove .npmrc file as we now use trusted publisher for npm publishing diff --git a/CHANGELOG.md b/CHANGELOG.md index 62f4201..9a67f80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @scope3/agentic-client +## 1.0.4 + +### Patch Changes + +- [#16](https://github.com/scope3data/agentic-client/pull/16) [`f901817`](https://github.com/scope3data/agentic-client/commit/f90181750d7248ee40c1350d76931fe59f7e87c5) Thanks [@nastassiafulconis](https://github.com/nastassiafulconis)! - Remove .npmrc file as we now use trusted publisher for npm publishing + ## 1.0.3 ### Patch Changes diff --git a/package.json b/package.json index c647d0a..bffee49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@scope3/agentic-client", - "version": "1.0.3", + "version": "1.0.4", "description": "TypeScript client for the Scope3 Agentic API with AdCP webhook support", "main": "dist/index.js", "types": "dist/index.d.ts",