diff --git a/CHANGELOG.md b/CHANGELOG.md index 090701f..eb2ec21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.62.0](https://github.com/veramolabs/agent-explorer/compare/v1.61.6...v1.62.0) (2023-10-18) + + +### Bug Fixes + +* build-test-publish-on-push typo ([be7371b](https://github.com/veramolabs/agent-explorer/commit/be7371bb65da0b6c8e383e806c51d5cf31967d4c)) + + +### Features + +* cypress testing ([#206](https://github.com/veramolabs/agent-explorer/issues/206)) ([a693df2](https://github.com/veramolabs/agent-explorer/commit/a693df2b54a73652a1c620fbdc3fdf8962cee268)) + + + + + ## [1.61.6](https://github.com/veramolabs/agent-explorer/compare/v1.61.5...v1.61.6) (2023-10-17) diff --git a/lerna.json b/lerna.json index bb9a47c..0ab955d 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.61.6", + "version": "1.62.0", "npmClient": "pnpm", "changelog": { "repo": "veramolabs/agent-explorer", diff --git a/packages/agent-explore/CHANGELOG.md b/packages/agent-explore/CHANGELOG.md index 0f1e0d6..9fe3279 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.62.0](https://github.com/veramolabs/agent-explorer/compare/v1.61.6...v1.62.0) (2023-10-18) + + +### Features + +* cypress testing ([#206](https://github.com/veramolabs/agent-explorer/issues/206)) ([a693df2](https://github.com/veramolabs/agent-explorer/commit/a693df2b54a73652a1c620fbdc3fdf8962cee268)) + + + + + ## [1.61.6](https://github.com/veramolabs/agent-explorer/compare/v1.61.5...v1.61.6) (2023-10-17) diff --git a/packages/agent-explore/package.json b/packages/agent-explore/package.json index f043191..de81d77 100644 --- a/packages/agent-explore/package.json +++ b/packages/agent-explore/package.json @@ -14,7 +14,7 @@ "Jason Healy ", "Gregory Bugyis " ], - "version": "1.61.6", + "version": "1.62.0", "publishConfig": { "access": "public" }, diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index 502b935..151629d 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.62.0](https://github.com/veramolabs/agent-explorer/compare/v1.61.6...v1.62.0) (2023-10-18) + + +### Features + +* cypress testing ([#206](https://github.com/veramolabs/agent-explorer/issues/206)) ([a693df2](https://github.com/veramolabs/agent-explorer/commit/a693df2b54a73652a1c620fbdc3fdf8962cee268)) + + + + + ## [1.61.6](https://github.com/veramolabs/agent-explorer/compare/v1.61.5...v1.61.6) (2023-10-17) diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 2c22d82..4dae8ac 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -7,7 +7,7 @@ "directory": "packages/plugin" }, "author": "Simonas Karuzas ", - "version": "1.61.6", + "version": "1.62.0", "type": "module", "publishConfig": { "access": "public"