Skip to content

Commit 7e4a069

Browse files
committed
[release] 0.1.1 with patch for module names
1 parent a1dac31 commit 7e4a069

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# 0.1.1
2+
3+
- Fix identifier in module id for script composer
4+
5+
# 0.1.0
6+
7+
- Initial release, supports script composer

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aptos-labs/script-composer-sdk",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Script Composer SDK",
55
"main": "dist/index.cjs",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)