Skip to content
This repository was archived by the owner on Jun 10, 2026. It is now read-only.

Commit 45dc66c

Browse files
committed
chore(release): bump sdk version to 1.0.1
1 parent c3f777d commit 45dc66c

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": "@rewritetoday/sdk",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/rewritetoday/node.git"

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
/**
44
* Current version of [@rewritetoday/sdk](https://www.npmjs.com/package/@rewritetoday/sdk).
55
*/
6-
export const version = '1.0.0' as const;
6+
export const version = '1.0.1' as const;

0 commit comments

Comments
 (0)