From dd34a8f1bb0af32d3ac4f45318b0c4c98d9596f8 Mon Sep 17 00:00:00 2001 From: veramo-bot Date: Thu, 9 Nov 2023 11:49:01 +0000 Subject: [PATCH] chore(release): :rocket: New version v1.69.0 [skip ci] --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/agent-explore/CHANGELOG.md | 11 +++++++++++ packages/agent-explore/package.json | 2 +- packages/plugin/CHANGELOG.md | 11 +++++++++++ packages/plugin/package.json | 2 +- 6 files changed, 36 insertions(+), 3 deletions(-) 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"