Skip to content

Commit c9815a3

Browse files
committed
1.0.0
1 parent 4b78e61 commit c9815a3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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": "0.0.0",
3+
"version": "1.0.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 = "0.0.0";
1+
export const SDK_VERSION = "1.0.0";

0 commit comments

Comments
 (0)