diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d76bf4..39ea86d 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.48.0](https://github.com/veramolabs/agent-explorer/compare/v1.47.0...v1.48.0) (2023-10-05) + + +### Features + +* save returned brainshare credential ([#179](https://github.com/veramolabs/agent-explorer/issues/179)) ([b2d51d1](https://github.com/veramolabs/agent-explorer/commit/b2d51d1f3e44e6390b34f321f3d193cc40055a25)) + + + + + # [1.47.0](https://github.com/veramolabs/agent-explorer/compare/v1.46.2...v1.47.0) (2023-10-04) diff --git a/lerna.json b/lerna.json index 692df31..863fb6f 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.47.0", + "version": "1.48.0", "npmClient": "pnpm", "changelog": { "repo": "veramolabs/agent-explorer", diff --git a/packages/agent-explore/CHANGELOG.md b/packages/agent-explore/CHANGELOG.md index 9afa33b..5702015 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.48.0](https://github.com/veramolabs/agent-explorer/compare/v1.47.0...v1.48.0) (2023-10-05) + + +### Features + +* save returned brainshare credential ([#179](https://github.com/veramolabs/agent-explorer/issues/179)) ([b2d51d1](https://github.com/veramolabs/agent-explorer/commit/b2d51d1f3e44e6390b34f321f3d193cc40055a25)) + + + + + # [1.47.0](https://github.com/veramolabs/agent-explorer/compare/v1.46.2...v1.47.0) (2023-10-04) **Note:** Version bump only for package agent-explore diff --git a/packages/agent-explore/package.json b/packages/agent-explore/package.json index 399df4c..c8e9cce 100644 --- a/packages/agent-explore/package.json +++ b/packages/agent-explore/package.json @@ -14,7 +14,7 @@ "Jason Healy ", "Gregory Bugyis " ], - "version": "1.47.0", + "version": "1.48.0", "publishConfig": { "access": "public" }, diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index 77a832f..fe1ad71 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.48.0](https://github.com/veramolabs/agent-explorer/compare/v1.47.0...v1.48.0) (2023-10-05) + + +### Features + +* save returned brainshare credential ([#179](https://github.com/veramolabs/agent-explorer/issues/179)) ([b2d51d1](https://github.com/veramolabs/agent-explorer/commit/b2d51d1f3e44e6390b34f321f3d193cc40055a25)) + + + + + # [1.47.0](https://github.com/veramolabs/agent-explorer/compare/v1.46.2...v1.47.0) (2023-10-04) diff --git a/packages/plugin/package.json b/packages/plugin/package.json index eae39d5..3e2eaa1 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -7,7 +7,7 @@ "directory": "packages/plugin" }, "author": "Simonas Karuzas ", - "version": "1.47.0", + "version": "1.48.0", "type": "module", "publishConfig": { "access": "public"