Skip to content

Commit fcec94f

Browse files
chore(main): release stackone-ai-node 0.0.2 (#1)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1bb9095 commit fcec94f

File tree

3 files changed

+34
-5
lines changed

3 files changed

+34
-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.1"
2+
".": "0.0.2"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
## [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)
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))

package.json

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
22
"name": "stackone-ai-node",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
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", "README.md", "LICENSE"],
9+
"files": [
10+
"dist",
11+
"README.md",
12+
"LICENSE"
13+
],
1014
"scripts": {
1115
"build": "bun build ./src/index.ts --outdir ./dist --target node",
1216
"test": "bun test",
@@ -47,14 +51,23 @@
4751
"type": "git",
4852
"url": "git+https://github.com/stackone-ai/stackone-ai-node.git"
4953
},
50-
"keywords": ["stackone", "ai", "saas", "tools", "agents"],
54+
"keywords": [
55+
"stackone",
56+
"ai",
57+
"saas",
58+
"tools",
59+
"agents"
60+
],
5161
"author": "StackOne",
5262
"license": "MIT",
5363
"bugs": {
5464
"url": "https://github.com/stackone-ai/stackone-ai-node/issues"
5565
},
5666
"homepage": "https://github.com/stackone-ai/stackone-ai-node#readme",
5767
"lint-staged": {
58-
"*.{js,ts,jsx,tsx}": ["biome check --write", "biome format --write"]
68+
"*.{js,ts,jsx,tsx}": [
69+
"biome check --write",
70+
"biome format --write"
71+
]
5972
}
6073
}

0 commit comments

Comments
 (0)