diff --git a/.changeset/openapi-workflow-fixes.md b/.changeset/openapi-workflow-fixes.md deleted file mode 100644 index b733479..0000000 --- a/.changeset/openapi-workflow-fixes.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@scope3/agentic-client": patch ---- - -Update OpenAPI auto-update workflow to create PRs and fetch from agentic-api repo. Configure release workflow for npm Trusted Publishing with OIDC. diff --git a/CHANGELOG.md b/CHANGELOG.md index faa0c05..8f3fe2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @scope3/agentic-client +## 1.0.1 + +### Patch Changes + +- [#8](https://github.com/scope3data/agentic-client/pull/8) [`1fe1262`](https://github.com/scope3data/agentic-client/commit/1fe1262a41090672fbab9267ab5d60a21c4b4b7e) Thanks [@nastassiafulconis](https://github.com/nastassiafulconis)! - Update OpenAPI auto-update workflow to create PRs and fetch from agentic-api repo. Configure release workflow for npm Trusted Publishing with OIDC. + ## 1.0.0 ### Major Changes diff --git a/package.json b/package.json index 4dcccc7..fb24bc6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@scope3/agentic-client", - "version": "1.0.0", + "version": "1.0.1", "description": "TypeScript client for the Scope3 Agentic API with AdCP webhook support", "main": "dist/index.js", "types": "dist/index.d.ts",