We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 386642b commit 4e3edf6Copy full SHA for 4e3edf6
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.2.0](https://github.com/StackOneHQ/stackone-ai-node/compare/v0.1.0...v0.2.0) (2025-06-17)
4
+
5
6
+### Features
7
8
+* experimental doc handling ([#50](https://github.com/StackOneHQ/stackone-ai-node/issues/50)) ([366f3ca](https://github.com/StackOneHQ/stackone-ai-node/commit/366f3ca82e6f1acb19c6d62aa180efc4c8e6cdef))
9
10
## [0.1.0](https://github.com/StackOneHQ/stackone-ai-node/compare/v0.0.14...v0.1.0) (2025-06-11)
11
12
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",
0 commit comments