From 1bde3c400c5a1ae603378771f5019c200b28d06a Mon Sep 17 00:00:00 2001 From: veramo-bot Date: Fri, 3 Nov 2023 14:58:44 +0000 Subject: [PATCH] chore(release): :rocket: New version v1.67.0 [skip ci] --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/agent-explore/CHANGELOG.md | 11 +++++++++++ packages/agent-explore/package.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ac2383..5fe3d61 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.67.0](https://github.com/veramolabs/agent-explorer/compare/v1.66.0...v1.67.0) (2023-11-03) + + +### Features + +* update plugins ([#214](https://github.com/veramolabs/agent-explorer/issues/214)) ([c179f25](https://github.com/veramolabs/agent-explorer/commit/c179f25e377a8678c315239b23853ac3327fda59)) + + + + + # [1.66.0](https://github.com/veramolabs/agent-explorer/compare/v1.65.0...v1.66.0) (2023-11-03) diff --git a/lerna.json b/lerna.json index e42b301..9814198 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.66.0", + "version": "1.67.0", "npmClient": "pnpm", "changelog": { "repo": "veramolabs/agent-explorer", diff --git a/packages/agent-explore/CHANGELOG.md b/packages/agent-explore/CHANGELOG.md index 2c32944..0529fdc 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.67.0](https://github.com/veramolabs/agent-explorer/compare/v1.66.0...v1.67.0) (2023-11-03) + + +### Features + +* update plugins ([#214](https://github.com/veramolabs/agent-explorer/issues/214)) ([c179f25](https://github.com/veramolabs/agent-explorer/commit/c179f25e377a8678c315239b23853ac3327fda59)) + + + + + # [1.66.0](https://github.com/veramolabs/agent-explorer/compare/v1.65.0...v1.66.0) (2023-11-03) diff --git a/packages/agent-explore/package.json b/packages/agent-explore/package.json index 06c4b9d..486f223 100644 --- a/packages/agent-explore/package.json +++ b/packages/agent-explore/package.json @@ -14,7 +14,7 @@ "Jason Healy ", "Gregory Bugyis " ], - "version": "1.66.0", + "version": "1.67.0", "publishConfig": { "access": "public" },