Skip to content

Commit ae3b54c

Browse files
chore(main): release ai 0.0.8 (#22)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6dd4269 commit ae3b54c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.7"
2+
".": "0.0.8"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.0.8](https://github.com/StackOneHQ/stackone-ai-node/compare/ai-v0.0.7...ai-v0.0.8) (2025-03-12)
4+
5+
6+
### Features
7+
8+
* update oas and add planner docs ([#21](https://github.com/StackOneHQ/stackone-ai-node/issues/21)) ([6dd4269](https://github.com/StackOneHQ/stackone-ai-node/commit/6dd42697b8ea11bc4d62e62a3bab16b34fb49f4a))
9+
310
## [0.0.7](https://github.com/StackOneHQ/stackone-ai-node/compare/ai-v0.0.6...ai-v0.0.7) (2025-03-10)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackone/ai",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "Tools to let agents perform actions on your SaaS",
55
"module": "dist/index.js",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)