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

Commit 4108fc4

Browse files
Publish v0.7.0 (#85)
1 parent 5a693eb commit 4108fc4

File tree

15 files changed

+447
-632
lines changed

15 files changed

+447
-632
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22

3-
# UNRELEASED
3+
# 2024-05-13 - Version 0.7.0
4+
5+
_Note: Requires Hypermode Runtime v0.7.0 or newer_
46

57
- Fixed threshold logic bug in `inference.classifyText` [#76](https://github.com/gohypermode/functions-as/pull/76)
68
- Align `hypermode.json` examples to changes in manifest schema [#79](https://github.com/gohypermode/functions-as/pull/79) [#80](https://github.com/gohypermode/functions-as/pull/80) [#81](https://github.com/gohypermode/functions-as/pull/81)

examples/classification/package-lock.json

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

examples/classification/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
},
2020
"devDependencies": {
2121
"@assemblyscript/wasi-shim": "^0.1.0",
22-
"@typescript-eslint/eslint-plugin": "^7.7.1",
23-
"@typescript-eslint/parser": "^7.7.1",
22+
"@typescript-eslint/eslint-plugin": "^7.9.0",
23+
"@typescript-eslint/parser": "^7.9.0",
2424
"assemblyscript": "^0.27.27",
2525
"assemblyscript-prettier": "^3.0.1",
2626
"eslint": "^8.57.0",

0 commit comments

Comments
 (0)