diff --git a/.changeset/soft-cats-enjoy.md b/.changeset/soft-cats-enjoy.md deleted file mode 100644 index bc9bb1e53..000000000 --- a/.changeset/soft-cats-enjoy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@namehash/namegraph-sdk": patch ---- - -Exposed parameters affecting the output size and added corresponding unit tests diff --git a/.changeset/stupid-elephants-explode.md b/.changeset/stupid-elephants-explode.md deleted file mode 100644 index 69381f9c5..000000000 --- a/.changeset/stupid-elephants-explode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@namehash/namegraph-sdk": minor ---- - -Fix collections counting param in NameGraph API method call diff --git a/packages/namegraph-sdk/CHANGELOG.md b/packages/namegraph-sdk/CHANGELOG.md index 94169a8d8..6ebc88659 100644 --- a/packages/namegraph-sdk/CHANGELOG.md +++ b/packages/namegraph-sdk/CHANGELOG.md @@ -1,5 +1,15 @@ # @namehash/namegraph-sdk +## 0.6.0 + +### Minor Changes + +- e22a20a: Fix collections counting param in NameGraph API method call + +### Patch Changes + +- 8cf999b: Exposed parameters affecting the output size and added corresponding unit tests + ## 0.5.1 ### Patch Changes diff --git a/packages/namegraph-sdk/package.json b/packages/namegraph-sdk/package.json index b1f2ab533..05a5ef08f 100644 --- a/packages/namegraph-sdk/package.json +++ b/packages/namegraph-sdk/package.json @@ -1,7 +1,7 @@ { "name": "@namehash/namegraph-sdk", "description": "A lightweight JavaScript client for the NameGraph API.", - "version": "0.5.1", + "version": "0.6.0", "license": "MIT", "repository": { "type": "git",