Skip to content

Commit 3f6f953

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2025-04-12) ### Bug Fixes * Add semantic release and commitizen dependencies ([4257bea](4257bea))
1 parent 4257bea commit 3f6f953

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# 1.0.0 (2025-04-12)
2+
3+
4+
### Bug Fixes
5+
6+
* Add semantic release and commitizen dependencies ([4257bea](https://github.com/riligar/agents-sdk/commit/4257beaed43e378300a3b4fb7e98d91ad6a1c484))

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@riligar/agents-sdk",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "The RiLiGar Agents SDK is a robust JavaScript library designed to streamline the development of AI-powered applications through seamless integration with various Large Language Model (LLM) providers such as OpenAI, Google, and Anthropic, as well as Meta's Llama and ModelContext.",
55
"main": "index.js",
66
"type": "module",
@@ -56,4 +56,4 @@
5656
"rollup-plugin-postcss": "^4.0.2",
5757
"semantic-release": "^24.2.3"
5858
}
59-
}
59+
}

0 commit comments

Comments
 (0)