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

Commit fdac49f

Browse files
Publish v0.12.0 (#185)
1 parent 9ca5bc3 commit fdac49f

24 files changed

+900
-413
lines changed

CHANGELOG.md

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

3-
## UNRELEASED
3+
## 2024-09-16 - Version 0.12.0
44

55
- Update to v2 Hypermode metadata format [#176](https://github.com/hypermodeAI/functions-as/pull/176)
66
- Fix display output of certain types during build [#180](https://github.com/hypermodeAI/functions-as/pull/180)

examples/anthropic-functions/package-lock.json

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

examples/anthropic-functions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
"devDependencies": {
2020
"@eslint/js": "^9.10.0",
2121
"@types/eslint__js": "^8.42.3",
22-
"@typescript-eslint/parser": "^8.5.0",
22+
"@typescript-eslint/parser": "^8.6.0",
2323
"assemblyscript": "^0.27.29",
2424
"assemblyscript-prettier": "^3.0.1",
2525
"eslint": "^9.10.0",
2626
"prettier": "^3.3.3",
2727
"typescript": "^5.6.2",
28-
"typescript-eslint": "^8.5.0",
28+
"typescript-eslint": "^8.6.0",
2929
"visitor-as": "^0.11.4"
3030
},
3131
"overrides": {

0 commit comments

Comments
 (0)