Skip to content

Commit f3220ff

Browse files
committed
chore(main): release agi-js 0.4.3
1 parent b5a290f commit f3220ff

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

.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.4.2"
2+
".": "0.4.3"
33
}

CHANGELOG.md

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

3+
## [0.4.3](https://github.com/agi-inc/agi-node/compare/agi-js-v0.4.2...agi-js-v0.4.3) (2026-02-11)
4+
5+
6+
### Features
7+
8+
* add comprehensive multimodal driver support ([#11](https://github.com/agi-inc/agi-node/issues/11)) ([0b11341](https://github.com/agi-inc/agi-node/commit/0b1134116bee8ec1770be78beb126d7f09cd286d))
9+
310
## [0.4.2](https://github.com/agi-inc/agi-node/compare/agi-js-v0.4.1...agi-js-v0.4.2) (2026-02-09)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agi_inc/agi-js",
3-
"version": "0.5.1",
3+
"version": "0.4.3",
44
"description": "Official TypeScript/JavaScript SDK for AGI.tech API",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)