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" },