Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.3](https://github.com/StackOneHQ/stackone-ai-node/compare/v2.0.2...v2.0.3) (2025-12-15)


### Bug Fixes

* **release:** enable provence ([#236](https://github.com/StackOneHQ/stackone-ai-node/issues/236)) ([a784cd4](https://github.com/StackOneHQ/stackone-ai-node/commit/a784cd459d13a03daa791e363f56eaeebe43398a))
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot Dec 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P3: Typo: "provence" should be "provenance". This appears to be referring to npm provenance (package attestation), not the French region.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At CHANGELOG.md, line 8:

<comment>Typo: &quot;provence&quot; should be &quot;provenance&quot;. This appears to be referring to npm provenance (package attestation), not the French region.</comment>

<file context>
@@ -1,5 +1,12 @@
+
+### Bug Fixes
+
+* **release:** enable provence ([#236](https://github.com/StackOneHQ/stackone-ai-node/issues/236)) ([a784cd4](https://github.com/StackOneHQ/stackone-ai-node/commit/a784cd459d13a03daa791e363f56eaeebe43398a))
+
 ## [2.0.2](https://github.com/StackOneHQ/stackone-ai-node/compare/v2.0.1...v2.0.2) (2025-12-15)
</file context>
Suggested change
* **release:** enable provence ([#236](https://github.com/StackOneHQ/stackone-ai-node/issues/236)) ([a784cd4](https://github.com/StackOneHQ/stackone-ai-node/commit/a784cd459d13a03daa791e363f56eaeebe43398a))
* **release:** enable provenance ([#236](https://github.com/StackOneHQ/stackone-ai-node/issues/236)) ([a784cd4](https://github.com/StackOneHQ/stackone-ai-node/commit/a784cd459d13a03daa791e363f56eaeebe43398a))
Fix with Cubic


## [2.0.2](https://github.com/StackOneHQ/stackone-ai-node/compare/v2.0.1...v2.0.2) (2025-12-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackone/ai",
"version": "2.0.2",
"version": "2.0.3",
"description": "Tools for agents to perform actions on your SaaS",
"packageManager": "pnpm@10.24.0",
"module": "./dist/index.mjs",
Expand Down