diff --git a/CHANGELOG.md b/CHANGELOG.md index e42bd40..f688054 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.68.2](https://github.com/veramolabs/agent-explorer/compare/v1.68.1...v1.68.2) (2023-11-08) + + +### Bug Fixes + +* community plugins ([dd31d9c](https://github.com/veramolabs/agent-explorer/commit/dd31d9c14bd6116dc0193f31faf7c092e5637bbc)) + + + + + ## [1.68.1](https://github.com/veramolabs/agent-explorer/compare/v1.68.0...v1.68.1) (2023-11-07) diff --git a/lerna.json b/lerna.json index c2c7172..4cfcf32 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.68.1", + "version": "1.68.2", "npmClient": "pnpm", "changelog": { "repo": "veramolabs/agent-explorer", diff --git a/packages/agent-explore/CHANGELOG.md b/packages/agent-explore/CHANGELOG.md index 8ee6edf..aeac198 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.68.2](https://github.com/veramolabs/agent-explorer/compare/v1.68.1...v1.68.2) (2023-11-08) + + +### Bug Fixes + +* community plugins ([dd31d9c](https://github.com/veramolabs/agent-explorer/commit/dd31d9c14bd6116dc0193f31faf7c092e5637bbc)) + + + + + ## [1.68.1](https://github.com/veramolabs/agent-explorer/compare/v1.68.0...v1.68.1) (2023-11-07) diff --git a/packages/agent-explore/package.json b/packages/agent-explore/package.json index afb73e9..b34cdee 100644 --- a/packages/agent-explore/package.json +++ b/packages/agent-explore/package.json @@ -14,7 +14,7 @@ "Jason Healy ", "Gregory Bugyis " ], - "version": "1.68.1", + "version": "1.68.2", "publishConfig": { "access": "public" },