diff --git a/CHANGELOG.md b/CHANGELOG.md index c53a0a1..1d855cc 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.64.1](https://github.com/veramolabs/agent-explorer/compare/v1.64.0...v1.64.1) (2023-10-19) + + +### Bug Fixes + +* discovery cta ([#210](https://github.com/veramolabs/agent-explorer/issues/210)) ([fcb8fd6](https://github.com/veramolabs/agent-explorer/commit/fcb8fd66b8389d8aca66c44c7b900a9fb6340494)) + + + + + # [1.64.0](https://github.com/veramolabs/agent-explorer/compare/v1.63.1...v1.64.0) (2023-10-19) diff --git a/lerna.json b/lerna.json index b58100f..fbda519 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.64.0", + "version": "1.64.1", "npmClient": "pnpm", "changelog": { "repo": "veramolabs/agent-explorer", diff --git a/packages/agent-explore/CHANGELOG.md b/packages/agent-explore/CHANGELOG.md index a565545..739fda8 100644 --- a/packages/agent-explore/CHANGELOG.md +++ b/packages/agent-explore/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.64.1](https://github.com/veramolabs/agent-explorer/compare/v1.64.0...v1.64.1) (2023-10-19) + +**Note:** Version bump only for package agent-explore + + + + + # [1.64.0](https://github.com/veramolabs/agent-explorer/compare/v1.63.1...v1.64.0) (2023-10-19) diff --git a/packages/agent-explore/package.json b/packages/agent-explore/package.json index 0278420..8fb8611 100644 --- a/packages/agent-explore/package.json +++ b/packages/agent-explore/package.json @@ -14,7 +14,7 @@ "Jason Healy ", "Gregory Bugyis " ], - "version": "1.64.0", + "version": "1.64.1", "publishConfig": { "access": "public" }, diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index d63129d..5479f06 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.64.1](https://github.com/veramolabs/agent-explorer/compare/v1.64.0...v1.64.1) (2023-10-19) + + +### Bug Fixes + +* discovery cta ([#210](https://github.com/veramolabs/agent-explorer/issues/210)) ([fcb8fd6](https://github.com/veramolabs/agent-explorer/commit/fcb8fd66b8389d8aca66c44c7b900a9fb6340494)) + + + + + # [1.63.0](https://github.com/veramolabs/agent-explorer/compare/v1.62.0...v1.63.0) (2023-10-19) diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 4504167..b5caa66 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -7,7 +7,7 @@ "directory": "packages/plugin" }, "author": "Simonas Karuzas ", - "version": "1.63.0", + "version": "1.64.1", "type": "module", "publishConfig": { "access": "public"