Skip to content

Commit 9d1f19b

Browse files
committed
2.1.0
1 parent fa0c02d commit 9d1f19b

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
88

99
Nothing yet.
1010

11+
## [2.1.0] - 2026-05-21
12+
13+
### Added
14+
15+
- `charts.create()` now returns `embedUrl` alongside the existing `url` and `id`. The new field points at `https://szum.io/e/<id>` – an interactive HTML page (tooltips, legend toggle, responsive resize).
16+
1117
## [2.0.0] - 2026-04-25
1218

1319
### Breaking changes
@@ -52,7 +58,8 @@ Nothing yet.
5258
- `SZUM_DEBUG=true` env var for request/response logging to `stderr`.
5359
- `SCHEMA_VERSION` export tied to the chart schema version the SDK was built against.
5460

55-
[unreleased]: https://github.com/szum-io/sdk/compare/v2.0.0...HEAD
61+
[unreleased]: https://github.com/szum-io/sdk/compare/v2.1.0...HEAD
62+
[2.1.0]: https://github.com/szum-io/sdk/compare/v2.0.0...v2.1.0
5663
[2.0.0]: https://github.com/szum-io/sdk/compare/v1.0.1...v2.0.0
5764
[1.0.1]: https://github.com/szum-io/sdk/compare/v1.0.0...v1.0.1
5865
[1.0.0]: https://github.com/szum-io/sdk/releases/tag/v1.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@szum-io/sdk",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Render charts from a JSON config – SVG or PNG, embeddable in emails, PDFs, Slack, or any <img> tag. Official TypeScript SDK for szum.",
55
"type": "module",
66
"main": "./dist/index.cjs",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const SDK_VERSION = "2.0.0";
1+
export const SDK_VERSION = "2.1.0";

0 commit comments

Comments
 (0)