We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0139e65 commit 788ed85Copy full SHA for 788ed85
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.5.7] - 2025-06-25
2
+
3
+### Changes
4
+- ci: switch CI workflows from macOS to Ubuntu
5
+- refactor: update import path for appleAI in weather example
6
+- refactor: add lints
7
8
## [1.5.6] - 2025-06-25
9
10
### Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@meridius-labs/apple-on-device-ai",
- "version": "1.5.6",
+ "version": "1.5.7",
"description": "TypeScript library for accessing Apple's on-device foundation models (Apple Intelligence) with full Vercel AI SDK compatibility",
"main": "dist/index.js",
"module": "dist/index.mjs",
0 commit comments