Skip to content

Commit a0804b3

Browse files
Version Packages (#302)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3c0ba4c commit a0804b3

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/remove-toon.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @openrouter/ai-sdk-provider
22

3+
## 1.5.4
4+
5+
### Patch Changes
6+
7+
- [#301](https://github.com/OpenRouterTeam/ai-sdk-provider/pull/301) [`3c0ba4c`](https://github.com/OpenRouterTeam/ai-sdk-provider/commit/3c0ba4cfdd70aa3a449604e58f1241c88205974f) Thanks [@subtleGradient](https://github.com/subtleGradient)! - Remove TOON encoding/decoding helper functions
8+
9+
BREAKING CHANGE: Removes @toon-format/toon dependency and related exports (encodeToon, decodeToon, ToonEncodeOptions, ToonDecodeOptions, JsonValue). Users who were using these helpers should import directly from @toon-format/toon instead.
10+
311
## 1.5.3
412

513
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openrouter/ai-sdk-provider",
3-
"version": "1.5.3",
3+
"version": "1.5.4",
44
"license": "Apache-2.0",
55
"pnpm": {
66
"overrides": {

0 commit comments

Comments
 (0)