Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
- fix: logic for jwks endpoint unmarshalling was incorrect [#594](https://github.com/hypermodeinc/modus/pull/594)
- chore: Refactoring schema generation [#605](https://github.com/hypermodeinc/modus/pull/605)

## 2024-11-23 - AssemblyScript SDK 0.14.1

- Update sdk/runtime compatibility file [#610](https://github.com/hypermodeinc/modus/pull/610)

## 2024-11-23 - Go SDK 0.14.1

- Update sdk/runtime compatibility file [#610](https://github.com/hypermodeinc/modus/pull/610)

## 2024-11-23 - AssemblyScript SDK 0.14.0

- Capture jsdoc comments [#519](https://github.com/hypermodeinc/modus/pull/519)
Expand Down
2 changes: 1 addition & 1 deletion sdk/assemblyscript/sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"version": "dev"
},
"runtime": {
"version": "^0.13.0"
"version": "^0.14.0"
}
}
2 changes: 1 addition & 1 deletion sdk/go/sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"version": "dev"
},
"runtime": {
"version": "^0.13.0"
"version": "^0.14.0"
}
}
Loading