Skip to content

Commit 72a5032

Browse files
committed
chore(release): 1.6.0
1 parent 469a37f commit 72a5032

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [1.6.0] - 2025-07-22
2+
3+
### Changes
4+
- chore: update dependency versions and improve error handling in example and Swift files
5+
- Create FUNDING.yml [skip ci]
6+
- chore: update dependencies and refactor example responses to return structured objects
7+
- ci: rename validate job to build and update node version matrix
8+
- ci: add lint step to CI workflow and remove redundant lint job
9+
- ci: reorder lint and type check steps in CI workflow
10+
- ci: switch lint-and-format job to run on Ubuntu
11+
112
## [1.5.7] - 2025-06-25
213

314
### Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@meridius-labs/apple-on-device-ai",
3-
"version": "1.5.7",
3+
"version": "1.6.0",
44
"description": "TypeScript library for accessing Apple's on-device foundation models (Apple Intelligence) with full Vercel AI SDK compatibility",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)