Skip to content

Commit 6a46749

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

File tree

3 files changed

+37
-5
lines changed

3 files changed

+37
-5
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.2"
2+
".": "0.0.3"
33
}

CHANGELOG.md

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

3+
## [0.0.3](https://github.com/StackOneHQ/stackone-ai-node/compare/ai-v0.0.2...ai-v0.0.3) (2025-03-04)
4+
5+
6+
### Features
7+
8+
* init ([468ffea](https://github.com/StackOneHQ/stackone-ai-node/commit/468ffeae1f8ea9ec77637a1451e2040bcbd8adcf))
9+
* npm token ([#5](https://github.com/StackOneHQ/stackone-ai-node/issues/5)) ([1bb9095](https://github.com/StackOneHQ/stackone-ai-node/commit/1bb9095eb27a44888781fa892e68fb751cad2b20))
10+
11+
12+
### Bug Fixes
13+
14+
* building docs ([#4](https://github.com/StackOneHQ/stackone-ai-node/issues/4)) ([c5dc1d2](https://github.com/StackOneHQ/stackone-ai-node/commit/c5dc1d248f9415f4599739410060dcd802872c1b))
15+
* docs action ([#2](https://github.com/StackOneHQ/stackone-ai-node/issues/2)) ([1717c31](https://github.com/StackOneHQ/stackone-ai-node/commit/1717c31a92c557aec023be7e89f19dab6ff10c32))
16+
* docs actions pt2 ([#3](https://github.com/StackOneHQ/stackone-ai-node/issues/3)) ([a9fbbc9](https://github.com/StackOneHQ/stackone-ai-node/commit/a9fbbc91446375b0916aacf5c13a9bdaec082680))
17+
* name ([#6](https://github.com/StackOneHQ/stackone-ai-node/issues/6)) ([0952512](https://github.com/StackOneHQ/stackone-ai-node/commit/0952512f14bc23ef34431de9fc7663a948382aba))
18+
* oas location ([#8](https://github.com/StackOneHQ/stackone-ai-node/issues/8)) ([380e495](https://github.com/StackOneHQ/stackone-ai-node/commit/380e49579ccff36f5de3a54aa349d39936add3bb))
19+
* oas location and file upload ([#9](https://github.com/StackOneHQ/stackone-ai-node/issues/9)) ([e514a0f](https://github.com/StackOneHQ/stackone-ai-node/commit/e514a0f2ca484a5a1f3824a88b850ab869a148c0))
20+
321
## [0.0.2](https://github.com/StackOneHQ/stackone-ai-node/compare/stackone-ai-node-v0.0.1...stackone-ai-node-v0.0.2) (2025-03-04)
422

523

package.json

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
{
22
"name": "@stackone/ai",
3-
"version": "0.0.1",
3+
"version": "0.0.3",
44
"description": "Agents performing actions on your SaaS",
55
"module": "dist/index.js",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",
88
"type": "module",
9-
"files": ["dist", ".oas", "README.md", "LICENSE"],
9+
"files": [
10+
"dist",
11+
".oas",
12+
"README.md",
13+
"LICENSE"
14+
],
1015
"scripts": {
1116
"prepare": "husky && bun run fetch:specs",
1217
"prebuild": "rimraf dist",
@@ -50,14 +55,23 @@
5055
"type": "git",
5156
"url": "git+https://github.com/stackone-ai/stackone-ai-node.git"
5257
},
53-
"keywords": ["stackone", "ai", "saas", "tools", "agents"],
58+
"keywords": [
59+
"stackone",
60+
"ai",
61+
"saas",
62+
"tools",
63+
"agents"
64+
],
5465
"author": "StackOne",
5566
"license": "MIT",
5667
"bugs": {
5768
"url": "https://github.com/stackone-ai/stackone-ai-node/issues"
5869
},
5970
"homepage": "https://github.com/stackone-ai/stackone-ai-node#readme",
6071
"lint-staged": {
61-
"*.{js,ts,jsx,tsx}": ["biome check --write", "biome format --write"]
72+
"*.{js,ts,jsx,tsx}": [
73+
"biome check --write",
74+
"biome format --write"
75+
]
6276
}
6377
}

0 commit comments

Comments
 (0)