diff --git a/CHANGELOG.md b/CHANGELOG.md index fb3d7eef..301bb1ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/StackOneHQ/stackone-ai-node/compare/v0.1.0...v0.2.0) (2025-06-17) + + +### Features + +* experimental doc handling ([#50](https://github.com/StackOneHQ/stackone-ai-node/issues/50)) ([366f3ca](https://github.com/StackOneHQ/stackone-ai-node/commit/366f3ca82e6f1acb19c6d62aa180efc4c8e6cdef)) + ## [0.1.0](https://github.com/StackOneHQ/stackone-ai-node/compare/v0.0.14...v0.1.0) (2025-06-11) diff --git a/package.json b/package.json index fff8b2c3..4ef6c637 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stackone/ai", - "version": "0.1.0", + "version": "0.2.0", "description": "Tools for agents to perform actions on your SaaS", "module": "dist/index.js", "main": "dist/index.js",