diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 46b1b67..fea3454 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "1.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..83c5821 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## 1.0.0 (2025-10-26) + + +### Features + +* Add comprehensive test infrastructure with real runtime testing ([fcf3f9b](https://github.com/Sendo-labs/plugin-sendo-worker/commit/fcf3f9bcae6b7bbaf658fee0a171d86839cc3414)) +* add initial implementation of the Sendo Worker ([463e5ff](https://github.com/Sendo-labs/plugin-sendo-worker/commit/463e5fff9c2423438989cbf4b0cd808b08227feb)) +* enhance analysis functionality by adding new API route to retrieve analysis by ID, update runAnalysis method to include recommended actions, and implement integration tests for analysis workflow ([ede9796](https://github.com/Sendo-labs/plugin-sendo-worker/commit/ede9796a5d74d681e750449ce72c2470524d15ff)) + + +### Bug Fixes + +* **tests:** cast response in categorizeActions test to any for TypeScript compatibility ([b13670b](https://github.com/Sendo-labs/plugin-sendo-worker/commit/b13670bda791ecadf75ceb5922a85abb370a17e2)) diff --git a/package.json b/package.json index 066ba1b..3775378 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@sendo-labs/plugin-sendo-worker", "description": "Sendo Worker plugin for ElizaOS - provides worker task management and execution", - "version": "1.1.3-beta.1", + "version": "1.0.0", "type": "module", "main": "dist/index.js", "module": "dist/index.js",