diff --git a/CHANGELOG.md b/CHANGELOG.md index f688054..d442bb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.69.0](https://github.com/veramolabs/agent-explorer/compare/v1.68.2...v1.69.0) (2023-11-09) + + +### Features + +* plugins provide msg handlers + agent plugins ([#218](https://github.com/veramolabs/agent-explorer/issues/218)) ([0f1af59](https://github.com/veramolabs/agent-explorer/commit/0f1af59c5ea4c24ae230fef4671a235de25a44c5)) + + + + + ## [1.68.2](https://github.com/veramolabs/agent-explorer/compare/v1.68.1...v1.68.2) (2023-11-08) diff --git a/lerna.json b/lerna.json index 4cfcf32..453f2fe 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.68.2", + "version": "1.69.0", "npmClient": "pnpm", "changelog": { "repo": "veramolabs/agent-explorer", diff --git a/packages/agent-explore/CHANGELOG.md b/packages/agent-explore/CHANGELOG.md index aeac198..8efdd80 100644 --- a/packages/agent-explore/CHANGELOG.md +++ b/packages/agent-explore/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.69.0](https://github.com/veramolabs/agent-explorer/compare/v1.68.2...v1.69.0) (2023-11-09) + + +### Features + +* plugins provide msg handlers + agent plugins ([#218](https://github.com/veramolabs/agent-explorer/issues/218)) ([0f1af59](https://github.com/veramolabs/agent-explorer/commit/0f1af59c5ea4c24ae230fef4671a235de25a44c5)) + + + + + ## [1.68.2](https://github.com/veramolabs/agent-explorer/compare/v1.68.1...v1.68.2) (2023-11-08) diff --git a/packages/agent-explore/package.json b/packages/agent-explore/package.json index 9708e1d..7b35170 100644 --- a/packages/agent-explore/package.json +++ b/packages/agent-explore/package.json @@ -14,7 +14,7 @@ "Jason Healy ", "Gregory Bugyis " ], - "version": "1.68.2", + "version": "1.69.0", "publishConfig": { "access": "public" }, diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index af5754b..cf87bf4 100644 --- a/packages/plugin/CHANGELOG.md +++ b/packages/plugin/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.69.0](https://github.com/veramolabs/agent-explorer/compare/v1.68.2...v1.69.0) (2023-11-09) + + +### Features + +* plugins provide msg handlers + agent plugins ([#218](https://github.com/veramolabs/agent-explorer/issues/218)) ([0f1af59](https://github.com/veramolabs/agent-explorer/commit/0f1af59c5ea4c24ae230fef4671a235de25a44c5)) + + + + + # [1.68.0](https://github.com/veramolabs/agent-explorer/compare/v1.67.1...v1.68.0) (2023-11-07) diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 9e9ffb8..ad8b033 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -7,7 +7,7 @@ "directory": "packages/plugin" }, "author": "Simonas Karuzas ", - "version": "1.68.0", + "version": "1.69.0", "type": "module", "publishConfig": { "access": "public"