Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit e0a9874

Browse files
Publish v0.2.3 (#31)
1 parent ddb100d commit e0a9874

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 2024-08-09 - Version 0.2.3
4+
5+
- Add support for Gemini models [#24](https://github.com/hypermodeAI/models-as/pull/24)
6+
- Add support for structured outputs on OpenAI chat [#30](https://github.com/hypermodeAI/models-as/pull/30)
7+
38
## 2024-07-26 - Version 0.2.2
49

510
- Add support for Anthropic models [#19](https://github.com/hypermodeAI/models-as/pull/19)

src/package-lock.json

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

src/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hypermode/models-as",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Hypermode Model Interface Library for AssemblyScript",
55
"author": "Hypermode, Inc.",
66
"license": "MIT",
@@ -20,7 +20,7 @@
2020
"@eslint/js": "^9.8.0",
2121
"@types/eslint__js": "^8.42.3",
2222
"@typescript-eslint/parser": "^8.0.1",
23-
"as-test": "^0.3.1",
23+
"as-test": "^0.3.3",
2424
"assemblyscript": "^0.27.29",
2525
"assemblyscript-prettier": "^3.0.1",
2626
"eslint": "^9.8.0",

0 commit comments

Comments
 (0)