From c0e116d29832505623b274ff43e4fbb40403fe08 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 01:18:29 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/calm-owls-bind.md | 6 ------ packages/agent/CHANGELOG.md | 6 ++++++ packages/agent/package.json | 2 +- packages/conformance/CHANGELOG.md | 6 ++++++ packages/conformance/package.json | 2 +- 5 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 .changeset/calm-owls-bind.md diff --git a/.changeset/calm-owls-bind.md b/.changeset/calm-owls-bind.md deleted file mode 100644 index e0c418f..0000000 --- a/.changeset/calm-owls-bind.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@aep-foundation/agent": patch -"@aep-foundation/conformance": patch ---- - -Reject AEP Inspect documents whose `did:web` Service identity does not match the Inspect origin. diff --git a/packages/agent/CHANGELOG.md b/packages/agent/CHANGELOG.md index e9a9f33..fb1e833 100644 --- a/packages/agent/CHANGELOG.md +++ b/packages/agent/CHANGELOG.md @@ -1,5 +1,11 @@ # @aep-foundation/agent +## 0.3.1 + +### Patch Changes + +- [#16](https://github.com/aep-foundation/aep-node/pull/16) [`5cf1b3a`](https://github.com/aep-foundation/aep-node/commit/5cf1b3a278940cba06cf3cafd0166d74b905cce8) Thanks [@nkavian](https://github.com/nkavian)! - Reject AEP Inspect documents whose `did:web` Service identity does not match the Inspect origin. + ## 0.3.0 ### Minor Changes diff --git a/packages/agent/package.json b/packages/agent/package.json index af32f05..2bc0bf7 100644 --- a/packages/agent/package.json +++ b/packages/agent/package.json @@ -1,6 +1,6 @@ { "name": "@aep-foundation/agent", - "version": "0.3.0", + "version": "0.3.1", "description": "Agent-side workflows for the Agent Enrollment Protocol.", "homepage": "https://www.aep.foundation/", "type": "module", diff --git a/packages/conformance/CHANGELOG.md b/packages/conformance/CHANGELOG.md index 9664672..0f79604 100644 --- a/packages/conformance/CHANGELOG.md +++ b/packages/conformance/CHANGELOG.md @@ -1,5 +1,11 @@ # @aep-foundation/conformance +## 0.3.1 + +### Patch Changes + +- [#16](https://github.com/aep-foundation/aep-node/pull/16) [`5cf1b3a`](https://github.com/aep-foundation/aep-node/commit/5cf1b3a278940cba06cf3cafd0166d74b905cce8) Thanks [@nkavian](https://github.com/nkavian)! - Reject AEP Inspect documents whose `did:web` Service identity does not match the Inspect origin. + ## 0.3.0 ### Minor Changes diff --git a/packages/conformance/package.json b/packages/conformance/package.json index 32f3449..ca5b1cd 100644 --- a/packages/conformance/package.json +++ b/packages/conformance/package.json @@ -1,6 +1,6 @@ { "name": "@aep-foundation/conformance", - "version": "0.3.0", + "version": "0.3.1", "description": "Conformance helpers for checking AEP SDK outputs against schemas and test vectors.", "homepage": "https://www.aep.foundation/", "type": "module",