From 04faa8cb8bbaa0d3122ac5d78fd79be7117085b2 Mon Sep 17 00:00:00 2001 From: veramo-bot Date: Thu, 28 Sep 2023 10:36:32 +0000 Subject: [PATCH] chore(release): :rocket: New version v1.41.3 [skip ci] --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/agent-explore/CHANGELOG.md | 8 ++++++++ packages/agent-explore/package.json | 2 +- packages/plugin/CHANGELOG.md | 11 +++++++++++ packages/plugin/package.json | 2 +- 6 files changed, 33 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc1f463..dd4d78d 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.41.3](https://github.com/veramolabs/agent-explorer/compare/v1.41.2...v1.41.3) (2023-09-28) + + +### Bug Fixes + +* remove console.log ([7102e5e](https://github.com/veramolabs/agent-explorer/commit/7102e5ed64597df12b8d3d25443cc536b19a7ac1)) + + + + + ## [1.41.2](https://github.com/veramolabs/agent-explorer/compare/v1.41.1...v1.41.2) (2023-09-28) diff --git a/lerna.json b/lerna.json index f4e4833..dd1cc88 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.41.2", + "version": "1.41.3", "npmClient": "pnpm", "changelog": { "repo": "veramolabs/agent-explorer", diff --git a/packages/agent-explore/CHANGELOG.md b/packages/agent-explore/CHANGELOG.md index de6e81d..8641f31 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.41.3](https://github.com/veramolabs/agent-explorer/compare/v1.41.2...v1.41.3) (2023-09-28) + +**Note:** Version bump only for package agent-explore + + + + + ## [1.41.2](https://github.com/veramolabs/agent-explorer/compare/v1.41.1...v1.41.2) (2023-09-28) diff --git a/packages/agent-explore/package.json b/packages/agent-explore/package.json index 60d3980..9f80c4e 100644 --- a/packages/agent-explore/package.json +++ b/packages/agent-explore/package.json @@ -14,7 +14,7 @@ "Jason Healy ", "Gregory Bugyis " ], - "version": "1.41.2", + "version": "1.41.3", "publishConfig": { "access": "public" }, diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index b42b370..7355ddc 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.41.3](https://github.com/veramolabs/agent-explorer/compare/v1.41.2...v1.41.3) (2023-09-28) + + +### Bug Fixes + +* remove console.log ([7102e5e](https://github.com/veramolabs/agent-explorer/commit/7102e5ed64597df12b8d3d25443cc536b19a7ac1)) + + + + + ## [1.41.2](https://github.com/veramolabs/agent-explorer/compare/v1.41.1...v1.41.2) (2023-09-28) diff --git a/packages/plugin/package.json b/packages/plugin/package.json index b19e2ea..7511252 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -7,7 +7,7 @@ "directory": "packages/plugin" }, "author": "Simonas Karuzas ", - "version": "1.41.2", + "version": "1.41.3", "type": "module", "publishConfig": { "access": "public"