File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file. See
44[ standard-version] ( https://github.com/conventional-changelog/standard-version ) for commit guidelines.
55
6+ ### [ 1.0.4] (2026-01-09)
7+
8+ ### Fix
9+
10+ - Remove unnecessary parameter in the method ` migrateFromV1 `
11+
612### [ 1.0.3] (2026-01-06)
713
814### Add
Original file line number Diff line number Diff line change 11{
22 "name" : " @creit-tech/sorobandomains-sdk" ,
3- "version" : " 1.0.3 " ,
3+ "version" : " 1.0.4 " ,
44 "description" : " An SDK to easily fetch and interact with domains from the sorobandomains.org protocol" ,
55 "license" : " MIT" ,
66 "author" : {
Original file line number Diff line number Diff line change @@ -333,7 +333,6 @@ export class SorobanDomainsSDK {
333333 */
334334 async migrateFromV1 ( params : {
335335 domain : string ;
336- tld : string ;
337336 source : string ;
338337 } ) : Promise < Transaction > {
339338 this . registryV2Client . options . publicKey = params . source ;
You can’t perform that action at this time.
0 commit comments