From 72f17ad484179d9b98747e1ecee88834a2b63b4e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 16:11:42 +0000 Subject: [PATCH] chore(main): release 1.1.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb9fadf9..22e3c07b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/StackOneHQ/stackone-ai-node/compare/v1.1.0...v1.1.1) (2025-12-04) + + +### Bug Fixes + +* remove an ambiguous keyword(saas) from package.json ([#145](https://github.com/StackOneHQ/stackone-ai-node/issues/145)) ([0e434e3](https://github.com/StackOneHQ/stackone-ai-node/commit/0e434e396777270c90ab7239b7f3e6b6f8832fd0)) + ## [1.1.0](https://github.com/StackOneHQ/stackone-ai-node/compare/v1.0.0...v1.1.0) (2025-12-03) diff --git a/package.json b/package.json index 13cf37d6..913b4f54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stackone/ai", - "version": "1.1.0", + "version": "1.1.1", "description": "Tools for agents to perform actions on your SaaS", "module": "./dist/index.js", "main": "./dist/index.js",