Skip to content

Commit ba51d1f

Browse files
author
Enrique A
committed
Upgrade to v1.0.4
1 parent 8702889 commit ba51d1f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All 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

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

src/sdk.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)