Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Bugfix on conditional context injection #143

Merged
merged 3 commits into from
Feb 17, 2023
Merged

fix: Bugfix on conditional context injection #143

merged 3 commits into from
Feb 17, 2023

Conversation

Eengineer1
Copy link
Contributor

No description provided.

dependabot bot and others added 3 commits February 16, 2023 13:46
* build(deps-dev): Bump jest from 29.4.2 to 29.4.3

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.4.2 to 29.4.3.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.4.3/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump package

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>
## [3.0.1-develop.1](3.0.0...3.0.1-develop.1) (2023-02-17)

### Bug Fixes

* Bugfix on conditional context injection ([#142](#142)) ([b09c681](b09c681))
@Eengineer1 Eengineer1 changed the title fix: fix: Bugfix on conditional context injection fix: Bugfix on conditional context injection Feb 17, 2023
@Eengineer1 Eengineer1 merged commit 854232c into main Feb 17, 2023
cheqd-bot bot pushed a commit that referenced this pull request Feb 17, 2023
## [3.0.1](3.0.0...3.0.1) (2023-02-17)

### Bug Fixes

* Bugfix on conditional context injection ([#142](#142)) ([b09c681](b09c681))
* Bugfix on conditional context injection ([#143](#143)) ([854232c](854232c))
@cheqd-bot
Copy link

cheqd-bot bot commented Feb 17, 2023

🎉 This PR is included in version 3.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@cheqd-bot cheqd-bot bot added the released label Feb 17, 2023
cheqd-bot bot pushed a commit that referenced this pull request Apr 3, 2023
## 1.0.0 (2023-04-03)

### ⚠ BREAKING CHANGES

* Transition to ESM as hybrid package (#133)
* On track with v1 on-ledger release (#115)

### Features

* Add createDidPayloadWithSignInputs util [DEV-1587] ([#49](#49)) ([e332f56](e332f56))
* Add localnet in test workflow ([e498193](e498193))
* Added querier as service capability ([#129](#129)) ([71faac7](71faac7))
* **api:** Basic api design & extension plans, TBC ([9c24549](9c24549))
* **did:** Added automated did creation tests & fixes, refactors ([bcfc198](bcfc198))
* **did:** Added multiple verification method support & `uuid` did url support ([d35f007](d35f007))
* Integrate V2 protos ([7fe20bd](7fe20bd))
* On track with v1 on-ledger release ([#115](#115)) ([1ef3a07](1ef3a07))
* **registry:** Fixed registration logic & improved extensibility ([3d76466](3d76466))
* Remove amino encoding workaround in resource ([2754a97](2754a97))
* Remove file-type ([#163](#163)) ([3d2e46a](3d2e46a))
* Resolve review suggestions ([b984ef4](b984ef4))
* Resources support [DEV-1616] ([#18](#18)) ([40bb485](40bb485))
* **sdk:** Added base constructor manager class ([441bfa3](441bfa3))
* **signer:** Added pre-test implementation of `DidTxSigner` ([924d9ec](924d9ec))
* **tests:** Added more signer coverage ([59a88eb](59a88eb))
* **tests:** Added stable round of SDK tests ([fa31daa](fa31daa))
* Update @cheqd/ts-proto from 3.1.2 to 3.1.3 ([#151](#151)) ([f6ac275](f6ac275))
* Update indyStyle identifier ([e12226d](e12226d))
* Update proto && Accept did core spec input [DEV-2113] ([#111](#111)) ([f2f710a](f2f710a)), closes [#114](#114)
* Update signature conversion ([2824bcb](2824bcb))
* Update test rpcUrl ([3903c62](3903c62))
* Update tests ([242e82f](242e82f))
* Update tests and utils ([6075594](6075594))
* Updated ts-proto package ([72e5bcf](72e5bcf))
* Upgrade ts-proto && Support Deactivate DID ([46a57ea](46a57ea))
* **utils:** Added utils & interoperability improvements ([d0f5f4d](d0f5f4d))

### Bug Fixes

* Bugfix on conditional context injection ([6497799](6497799))
* Bugfix on conditional context injection ([#142](#142)) ([b09c681](b09c681))
* Bugfix on conditional context injection ([#143](#143)) ([854232c](854232c))
* **build:** Added deep level support of iterables ([1aeaea3](1aeaea3))
* **build:** Fixed build type declarations standalones ([ffadfe5](ffadfe5))
* Bump dependencies to latest ts-proto upstream ([3762c9f](3762c9f))
* Client determined MIME type auto fee generation ([#117](#117)) ([3ba673d](3ba673d))
* **deps:** Downgraded `uint8arrays` due to export config clash ([2e30906](2e30906))
* **deps:** Fixed dev deps in scope of semantic release ([721b488](721b488))
* **deps:** Fixed imports deriving from bumps ([2cccc75](2cccc75))
* **exports:** Fixed lib exports ([f17dbe3](f17dbe3))
* Handle empty address condition ([#125](#125)) ([6c1080b](6c1080b))
* **keys:** Added deep equality lambda ([edcc15f](edcc15f))
* Minor issue ([e060576](e060576))
* Removed traces of directory imports ([#135](#135)) ([9a5d53c](9a5d53c))
* **tests:** Removed experimental versioning ([93b714c](93b714c))
* **types:** Fixed type mismatch on compilation ([c0cfbd5](c0cfbd5))
* typo ([463ac62](463ac62))

### Performance Improvements

* **helpers:** Added env-specific utils exports ([4957f44](4957f44))

### Build System

* Transition to ESM as hybrid package ([#133](#133)) ([a832043](a832043))
ankurdotb added a commit that referenced this pull request Apr 14, 2023
commit e5ce864
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Fri Apr 14 05:51:50 2023 +0000

    chore(release): 3.4.0 [skip ci]

    ## [3.4.0](3.3.1-commonjs...3.4.0-commonjs) (2023-04-14)

    ### Features

    * Bump resource gas ([#178](#178)) ([a67b3e1](a67b3e1))

commit a67b3e1
Author: DaevMithran <61043607+DaevMithran@users.noreply.github.com>
Date:   Thu Apr 13 22:43:33 2023 -0700

    feat: Bump resource gas (#178)

commit 2306a0b
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Thu Apr 6 12:10:53 2023 +0000

    chore(release): 3.3.1 [skip ci]

    ## [3.3.1](3.3.0-commonjs...3.3.1-commonjs) (2023-04-06)

commit 73984a4
Author: DaevMithran <61043607+DaevMithran@users.noreply.github.com>
Date:   Thu Apr 6 17:32:37 2023 +0530

    build: Update ts-proto to cjs (#176)

commit 328f66d
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Mon Apr 3 13:24:35 2023 +0000

    chore(release): 3.3.0 [skip ci]

    ## [3.3.0](3.2.1-commonjs...3.3.0-commonjs) (2023-04-03)

    ### Features

    * Add @cosmjs/crypto as direct dependency ([#174](#174)) ([9af5faf](9af5faf))

commit 9af5faf
Author: DaevMithran <61043607+DaevMithran@users.noreply.github.com>
Date:   Mon Apr 3 18:46:58 2023 +0530

    feat: Add @cosmjs/crypto as direct dependency (#174)

commit 97539f9
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Mon Apr 3 11:52:03 2023 +0000

    chore(release): 3.2.1 [skip ci]

    ## [3.2.1](3.2.0-commonjs...3.2.1-commonjs) (2023-04-03)

commit 25ffe3f
Author: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Date:   Mon Apr 3 14:23:45 2023 +0300

    build: Switched history to match explicit versioning

commit dbd9e28
Author: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Date:   Mon Apr 3 13:57:54 2023 +0300

    Revert "chore(release): 1.0.0 [skip ci]"

    This reverts commit bfd73df.

commit d7de5dc
Merge: de5ac88 bfd73df
Author: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Date:   Mon Apr 3 13:57:28 2023 +0300

    Merge branch 'commonjs' of https://github.com/cheqd/sdk into commonjs

commit de5ac88
Author: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Date:   Mon Apr 3 13:57:06 2023 +0300

    build: Revert to bare tag

commit bfd73df
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Mon Apr 3 10:48:51 2023 +0000

    chore(release): 1.0.0 [skip ci]

    ## 1.0.0 (2023-04-03)

    ### ⚠ BREAKING CHANGES

    * Transition to ESM as hybrid package (#133)
    * On track with v1 on-ledger release (#115)

    ### Features

    * Add createDidPayloadWithSignInputs util [DEV-1587] ([#49](#49)) ([e332f56](e332f56))
    * Add localnet in test workflow ([e498193](e498193))
    * Added querier as service capability ([#129](#129)) ([71faac7](71faac7))
    * **api:** Basic api design & extension plans, TBC ([9c24549](9c24549))
    * **did:** Added automated did creation tests & fixes, refactors ([bcfc198](bcfc198))
    * **did:** Added multiple verification method support & `uuid` did url support ([d35f007](d35f007))
    * Integrate V2 protos ([7fe20bd](7fe20bd))
    * On track with v1 on-ledger release ([#115](#115)) ([1ef3a07](1ef3a07))
    * **registry:** Fixed registration logic & improved extensibility ([3d76466](3d76466))
    * Remove amino encoding workaround in resource ([2754a97](2754a97))
    * Remove file-type ([#163](#163)) ([3d2e46a](3d2e46a))
    * Resolve review suggestions ([b984ef4](b984ef4))
    * Resources support [DEV-1616] ([#18](#18)) ([40bb485](40bb485))
    * **sdk:** Added base constructor manager class ([441bfa3](441bfa3))
    * **signer:** Added pre-test implementation of `DidTxSigner` ([924d9ec](924d9ec))
    * **tests:** Added more signer coverage ([59a88eb](59a88eb))
    * **tests:** Added stable round of SDK tests ([fa31daa](fa31daa))
    * Update @cheqd/ts-proto from 3.1.2 to 3.1.3 ([#151](#151)) ([f6ac275](f6ac275))
    * Update indyStyle identifier ([e12226d](e12226d))
    * Update proto && Accept did core spec input [DEV-2113] ([#111](#111)) ([f2f710a](f2f710a)), closes [#114](#114)
    * Update signature conversion ([2824bcb](2824bcb))
    * Update test rpcUrl ([3903c62](3903c62))
    * Update tests ([242e82f](242e82f))
    * Update tests and utils ([6075594](6075594))
    * Updated ts-proto package ([72e5bcf](72e5bcf))
    * Upgrade ts-proto && Support Deactivate DID ([46a57ea](46a57ea))
    * **utils:** Added utils & interoperability improvements ([d0f5f4d](d0f5f4d))

    ### Bug Fixes

    * Bugfix on conditional context injection ([6497799](6497799))
    * Bugfix on conditional context injection ([#142](#142)) ([b09c681](b09c681))
    * Bugfix on conditional context injection ([#143](#143)) ([854232c](854232c))
    * **build:** Added deep level support of iterables ([1aeaea3](1aeaea3))
    * **build:** Fixed build type declarations standalones ([ffadfe5](ffadfe5))
    * Bump dependencies to latest ts-proto upstream ([3762c9f](3762c9f))
    * Client determined MIME type auto fee generation ([#117](#117)) ([3ba673d](3ba673d))
    * **deps:** Downgraded `uint8arrays` due to export config clash ([2e30906](2e30906))
    * **deps:** Fixed dev deps in scope of semantic release ([721b488](721b488))
    * **deps:** Fixed imports deriving from bumps ([2cccc75](2cccc75))
    * **exports:** Fixed lib exports ([f17dbe3](f17dbe3))
    * Handle empty address condition ([#125](#125)) ([6c1080b](6c1080b))
    * **keys:** Added deep equality lambda ([edcc15f](edcc15f))
    * Minor issue ([e060576](e060576))
    * Removed traces of directory imports ([#135](#135)) ([9a5d53c](9a5d53c))
    * **tests:** Removed experimental versioning ([93b714c](93b714c))
    * **types:** Fixed type mismatch on compilation ([c0cfbd5](c0cfbd5))
    * typo ([463ac62](463ac62))

    ### Performance Improvements

    * **helpers:** Added env-specific utils exports ([4957f44](4957f44))

    ### Build System

    * Transition to ESM as hybrid package ([#133](#133)) ([a832043](a832043))

commit e9887c6
Author: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Date:   Mon Apr 3 13:37:21 2023 +0300

    build: Switched to explicit def

commit 878689d
Author: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Date:   Mon Apr 3 13:26:45 2023 +0300

    build: Switched to distinct tag format

commit deded43
Merge: a24103f 53829df
Author: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Date:   Mon Apr 3 13:22:09 2023 +0300

    build: Resolved merge

commit a24103f
Author: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Date:   Mon Apr 3 13:04:47 2023 +0300

    build: Bump deps to latest where relevant

commit 40df737
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Mon Apr 3 09:47:51 2023 +0100

    build: Sync main branch changes to CommonJS (#167)

    * chore(deps-dev): Bump @types/node from 18.13.0 to 18.14.0 (#144)

    * chore(deps-dev): Bump @types/node from 18.13.0 to 18.14.0

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.13.0 to 18.14.0.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    * bump package

    ---------

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

    * build(deps): Bump file-type from 18.2.0 to 18.2.1 (#145)

    * chore(deps): Bump file-type from 18.2.0 to 18.2.1

    Bumps [file-type](https://github.com/sindresorhus/file-type) from 18.2.0 to 18.2.1.
    - [Release notes](https://github.com/sindresorhus/file-type/releases)
    - [Commits](sindresorhus/file-type@v18.2.0...v18.2.1)

    ---
    updated-dependencies:
    - dependency-name: file-type
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    * Bump packages

    ---------

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

    * chore(release): 3.0.2-develop.1 [skip ci]

    ## [3.0.2-develop.1](3.0.1...3.0.2-develop.1) (2023-02-20)

    * chore: Bump package lock

    * chore(release): 3.0.2 [skip ci]

    ## [3.0.2](3.0.1...3.0.2) (2023-02-20)

    * chore(release): Bump package

    * chore(release): 3.0.2 [skip ci]

    ## [3.0.2](3.0.1...3.0.2) (2023-02-20)

    * build(deps-dev): Bump @types/uuid from 9.0.0 to 9.0.1

    Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) from 9.0.0 to 9.0.1.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid)

    ---
    updated-dependencies:
    - dependency-name: "@types/uuid"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    * build(deps-dev): Bump @types/node from 18.14.0 to 18.14.2

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.0 to 18.14.2.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    * chore: Add included files to package.json for NPM package

    * bump package

    * Update CHANGELOG.md

    * Fix workflow

    * Update test.yml

    * build(deps-dev): Bump @types/node from 18.14.0 to 18.14.2

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.0 to 18.14.2.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    * chore(release): 3.0.2-develop.2 [skip ci]

    ## [3.0.2-develop.2](3.0.2-develop.1...3.0.2-develop.2) (2023-02-27)

    * bump package

    * chore(release): 3.0.2-develop.3 [skip ci]

    ## [3.0.2-develop.3](3.0.2-develop.2...3.0.2-develop.3) (2023-02-27)

    * chore: Bump package lock

    * chore(release): 3.0.2 [skip ci]

    ## [3.0.2](3.0.1...3.0.2) (2023-02-28)

    * feat: Updated ts-proto package

    * chore(release): 3.1.0-develop.1 [skip ci]

    ## [3.1.0-develop.1](3.0.2-develop.3...3.1.0-develop.1) (2023-02-28)

    ### Features

    * Updated ts-proto package ([72e5bcf](72e5bcf))

    * chore(release): 3.1.0 [skip ci]

    ## [3.1.0](3.0.1...3.1.0) (2023-02-28)

    ### Features

    * Updated ts-proto package ([72e5bcf](72e5bcf))

    * chore(release): 3.1.1 [skip ci]

    ## [3.1.1](3.1.0...3.1.1) (2023-02-28)

    * chore(deps-dev): Bump @types/node to 18.14.4

    * build(deps-dev): Bump @types/node from 18.14.4 to 18.14.6

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.4 to 18.14.6.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    * bump package

    * chore(release): 3.1.2-develop.1 [skip ci]

    ## [3.1.2-develop.1](3.1.1...3.1.2-develop.1) (2023-03-09)

    * feat: Update @cheqd/ts-proto from 3.1.2 to 3.1.3 (#151)

    * feat: Update @cheqd/ts-proto from 3.1.2 to 3.1.3

    * Update package-lock.json

    * Delete test.yml

    * Move npm test to build

    * Update build.yml

    * Add npm ci to test job

    * chore(release): 3.2.0 [skip ci]

    ## [3.2.0](3.1.1...3.2.0) (2023-03-09)

    ### Features

    * Update @cheqd/ts-proto from 3.1.2 to 3.1.3 ([#151](#151)) ([f6ac275](f6ac275))

    * Update package-lock.json

    * Update package-lock.json

    ---------

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>

commit 53829df
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Thu Mar 30 12:16:13 2023 +0100

    docs: Fix broken links

commit 11b0266
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Mar 30 11:37:04 2023 +0100

    chore(deps): Bump amannn/action-semantic-pull-request from 5.1.0 to 5.2.0 (#157)

    build(deps): Bump amannn/action-semantic-pull-request

    Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 5.1.0 to 5.2.0.
    - [Release notes](https://github.com/amannn/action-semantic-pull-request/releases)
    - [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md)
    - [Commits](amannn/action-semantic-pull-request@v5.1.0...v5.2.0)

    ---
    updated-dependencies:
    - dependency-name: amannn/action-semantic-pull-request
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit c90f92e
Author: DaevMithran <daevmithran1999@gmail.com>
Date:   Thu Mar 30 13:02:59 2023 +0530

    Merge main into cjs

commit 3d2e46a
Author: DaevMithran <61043607+DaevMithran@users.noreply.github.com>
Date:   Wed Mar 29 11:18:12 2023 +0530

    feat: Remove file-type (#163)

    * feat: Remove file-type

    * fix: Markdown linting

commit ffd82ef
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Thu Mar 9 15:03:03 2023 +0000

    chore(release): 3.2.0 [skip ci]

    ## [3.2.0](3.1.1...3.2.0) (2023-03-09)

    ### Features

    * Update @cheqd/ts-proto from 3.1.2 to 3.1.3 ([#151](#151)) ([f6ac275](f6ac275))

commit f6ac275
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Thu Mar 9 14:53:46 2023 +0000

    feat: Update @cheqd/ts-proto from 3.1.2 to 3.1.3 (#151)

    * feat: Update @cheqd/ts-proto from 3.1.2 to 3.1.3

    * Update package-lock.json

    * Delete test.yml

    * Move npm test to build

    * Update build.yml

    * Add npm ci to test job

commit 57a693d
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Thu Mar 9 14:11:09 2023 +0000

    chore(release): 3.1.2-develop.1 [skip ci]

    ## [3.1.2-develop.1](3.1.1...3.1.2-develop.1) (2023-03-09)

commit 37536db
Merge: 7b709f4 9341017
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Thu Mar 9 14:02:42 2023 +0000

    chore(deps-dev): Bump @types/node from 18.14.4 to 18.14.6 (#150)

    Bumps
    [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
    from 18.14.4 to 18.14.6.
    <details>
    <summary>Commits</summary>
    <ul>
    <li>See full diff in <a
    href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare
    view</a></li>
    </ul>
    </details>
    <br />

    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=18.14.4&new-version=18.14.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.

    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)

    ---

    <details>
    <summary>Dependabot commands and options</summary>
    <br />

    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)

    </details>

commit 9341017
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Thu Mar 9 13:50:02 2023 +0000

    bump package

commit cdbd38f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Mar 6 02:12:04 2023 +0000

    build(deps-dev): Bump @types/node from 18.14.4 to 18.14.6

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.4 to 18.14.6.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 7b709f4
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Thu Mar 2 12:19:30 2023 +0000

    chore(deps-dev): Bump @types/node to 18.14.4

commit 84e31fa
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Tue Feb 28 09:17:29 2023 +0000

    chore(release): 3.1.1 [skip ci]

    ## [3.1.1](3.1.0...3.1.1) (2023-02-28)

commit bb718ef
Merge: 6b8f818 6d33439
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Tue Feb 28 09:09:00 2023 +0000

    Merge branch 'develop'

commit 6b8f818
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Tue Feb 28 08:51:45 2023 +0000

    chore(release): 3.1.0 [skip ci]

    ## [3.1.0](3.0.1...3.1.0) (2023-02-28)

    ### Features

    * Updated ts-proto package ([72e5bcf](72e5bcf))

commit 6d33439
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Tue Feb 28 08:48:18 2023 +0000

    chore(release): 3.1.0-develop.1 [skip ci]

    ## [3.1.0-develop.1](3.0.2-develop.3...3.1.0-develop.1) (2023-02-28)

    ### Features

    * Updated ts-proto package ([72e5bcf](72e5bcf))

commit 72e5bcf
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Tue Feb 28 08:38:40 2023 +0000

    feat: Updated ts-proto package

commit 1dff91d
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Tue Feb 28 00:10:31 2023 +0000

    chore(release): 3.0.2 [skip ci]

    ## [3.0.2](3.0.1...3.0.2) (2023-02-28)

commit 2768ae6
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Tue Feb 28 00:02:11 2023 +0000

    chore: Bump package lock

commit 714be3a
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Mon Feb 27 17:51:13 2023 +0000

    chore(release): 3.0.2-develop.3 [skip ci]

    ## [3.0.2-develop.3](3.0.2-develop.2...3.0.2-develop.3) (2023-02-27)

commit 37c4a91
Merge: 099c044 ff06d2f
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Mon Feb 27 17:42:42 2023 +0000

    chore(deps-dev): Bump @types/node from 18.14.0 to 18.14.2 (#149)

    Bumps
    [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
    from 18.14.0 to 18.14.2.
    <details>
    <summary>Commits</summary>
    <ul>
    <li>See full diff in <a
    href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare
    view</a></li>
    </ul>
    </details>
    <br />

    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=18.14.0&new-version=18.14.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.

    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)

    ---

    <details>
    <summary>Dependabot commands and options</summary>
    <br />

    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)

    </details>

commit ff06d2f
Merge: 405a8a9 099c044
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Mon Feb 27 17:07:25 2023 +0000

    Merge branch 'develop' into dependabot/npm_and_yarn/develop/types/node-18.14.2

commit 405a8a9
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Mon Feb 27 17:04:44 2023 +0000

    bump package

commit 099c044
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Mon Feb 27 16:37:13 2023 +0000

    chore(release): 3.0.2-develop.2 [skip ci]

    ## [3.0.2-develop.2](3.0.2-develop.1...3.0.2-develop.2) (2023-02-27)

commit 75380a9
Merge: 8d888b3 b4f696d
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Mon Feb 27 16:35:07 2023 +0000

    Merge branch 'dependabot/npm_and_yarn/develop/types/node-18.14.2' of https://github.com/cheqd/sdk into dependabot/npm_and_yarn/develop/types/node-18.14.2

commit 8d888b3
Merge: 13ca07c 20baef5
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Mon Feb 27 16:35:01 2023 +0000

    Merge branch 'develop' into dependabot/npm_and_yarn/develop/types/node-18.14.2

commit b4f696d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Feb 27 16:29:43 2023 +0000

    build(deps-dev): Bump @types/node from 18.14.0 to 18.14.2

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.0 to 18.14.2.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 20baef5
Merge: 452fe1c 6755ead
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Mon Feb 27 16:28:57 2023 +0000

    chore(deps-dev): Bump @types/uuid from 9.0.0 to 9.0.1 (#148)

    Bumps
    [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid)
    from 9.0.0 to 9.0.1.
    <details>
    <summary>Commits</summary>
    <ul>
    <li>See full diff in <a
    href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid">compare
    view</a></li>
    </ul>
    </details>
    <br />

    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/uuid&package-manager=npm_and_yarn&previous-version=9.0.0&new-version=9.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.

    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)

    ---

    <details>
    <summary>Dependabot commands and options</summary>
    <br />

    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)

    </details>

commit 6755ead
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Mon Feb 27 16:20:49 2023 +0000

    Update test.yml

commit 6da1fc1
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Mon Feb 27 16:14:18 2023 +0000

    Fix workflow

commit c41e217
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Mon Feb 27 15:59:14 2023 +0000

    Update CHANGELOG.md

commit c7cc30a
Merge: b90b397 452fe1c
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Mon Feb 27 15:52:42 2023 +0000

    Merge branch 'develop' into dependabot/npm_and_yarn/develop/types/uuid-9.0.1

commit b90b397
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Mon Feb 27 11:23:08 2023 +0000

    bump package

commit 452fe1c
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Mon Feb 27 11:11:14 2023 +0000

    chore: Add included files to package.json for NPM package

commit 13ca07c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Feb 27 02:46:56 2023 +0000

    build(deps-dev): Bump @types/node from 18.14.0 to 18.14.2

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.0 to 18.14.2.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 62186b8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Feb 27 02:46:30 2023 +0000

    build(deps-dev): Bump @types/uuid from 9.0.0 to 9.0.1

    Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) from 9.0.0 to 9.0.1.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid)

    ---
    updated-dependencies:
    - dependency-name: "@types/uuid"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 4236a83
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Mon Feb 20 19:00:13 2023 +0000

    chore(release): 3.0.2 [skip ci]

    ## [3.0.2](3.0.1...3.0.2) (2023-02-20)

commit 67a215c
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Mon Feb 20 18:51:30 2023 +0000

    chore(release): Bump package

commit 1c9ea6b
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Mon Feb 20 18:36:47 2023 +0000

    chore(release): 3.0.2 [skip ci]

    ## [3.0.2](3.0.1...3.0.2) (2023-02-20)

commit 097ae78
Merge: 9fd1c44 e9f64e7
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Mon Feb 20 18:28:07 2023 +0000

    chore(release): Bring down bumped changes from develop (#146)

commit e9f64e7
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Mon Feb 20 18:19:16 2023 +0000

    chore: Bump package lock

commit 88ac9c5
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Mon Feb 20 18:09:12 2023 +0000

    chore(release): 3.0.2-develop.1 [skip ci]

    ## [3.0.2-develop.1](3.0.1...3.0.2-develop.1) (2023-02-20)

commit 24d2b47
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Feb 20 18:01:14 2023 +0000

    build(deps): Bump file-type from 18.2.0 to 18.2.1 (#145)

    * chore(deps): Bump file-type from 18.2.0 to 18.2.1

    Bumps [file-type](https://github.com/sindresorhus/file-type) from 18.2.0 to 18.2.1.
    - [Release notes](https://github.com/sindresorhus/file-type/releases)
    - [Commits](sindresorhus/file-type@v18.2.0...v18.2.1)

    ---
    updated-dependencies:
    - dependency-name: file-type
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    * Bump packages

    ---------

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

commit 1ad9fb1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Feb 20 17:33:28 2023 +0000

    chore(deps-dev): Bump @types/node from 18.13.0 to 18.14.0 (#144)

    * chore(deps-dev): Bump @types/node from 18.13.0 to 18.14.0

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.13.0 to 18.14.0.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    * bump package

    ---------

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

commit e7c3706
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Fri Feb 17 14:43:20 2023 +0000

    chore(release): 3.0.2 [skip ci]

    ## [3.0.2](3.0.1...3.0.2) (2023-02-17)

    ### Bug Fixes

    * Bugfix on conditional context injection ([6497799](6497799))

commit 5bc6b2d
Merge: 3500b69 9fd1c44
Author: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Date:   Fri Feb 17 15:56:32 2023 +0200

    Merge branch 'main' into cjs

commit 9fd1c44
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Fri Feb 17 12:20:59 2023 +0000

    chore(release): 3.0.1 [skip ci]

    ## [3.0.1](3.0.0...3.0.1) (2023-02-17)

    ### Bug Fixes

    * Bugfix on conditional context injection ([#142](#142)) ([b09c681](b09c681))
    * Bugfix on conditional context injection ([#143](#143)) ([854232c](854232c))

commit 3500b69
Author: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Date:   Fri Feb 17 14:17:01 2023 +0200

    build: Node downgrade

commit 6497799
Author: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Date:   Fri Feb 17 14:15:59 2023 +0200

    fix: Bugfix on conditional context injection

    - Backports fix to `@cjs` tag.

commit 854232c
Merge: 674b3b9 194c05d
Author: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Date:   Fri Feb 17 14:12:36 2023 +0200

    fix: Bugfix on conditional context injection (#143)

commit 194c05d
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Fri Feb 17 11:50:34 2023 +0000

    chore(release): 3.0.1-develop.1 [skip ci]

    ## [3.0.1-develop.1](3.0.0...3.0.1-develop.1) (2023-02-17)

    ### Bug Fixes

    * Bugfix on conditional context injection ([#142](#142)) ([b09c681](b09c681))

commit b09c681
Author: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Date:   Fri Feb 17 13:41:59 2023 +0200

    fix: Bugfix on conditional context injection (#142)

commit d69f1c6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Feb 16 13:46:27 2023 +0000

    chore(deps-dev): Bump jest from 29.4.2 to 29.4.3 (#140)

    * build(deps-dev): Bump jest from 29.4.2 to 29.4.3

    Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.4.2 to 29.4.3.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/jest/commits/v29.4.3/packages/jest)

    ---
    updated-dependencies:
    - dependency-name: jest
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    * bump package

    ---------

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

commit 674b3b9
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Thu Feb 16 13:18:29 2023 +0000

    ci: Sync and update workflows (#139)

    * Update workflows

    * Update README.md

    * Update package-lock.json

commit 7c8bfe8
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Wed Feb 15 18:57:38 2023 +0000

    chore(release): 3.0.0 [skip ci]

    ## [3.0.0](2.1.0...3.0.0) (2023-02-15)

    ### ⚠ BREAKING CHANGES

    * Transition to ESM as hybrid package (#133)

    ### Bug Fixes

    * Removed traces of directory imports ([#135](#135)) ([9a5d53c](9a5d53c))

    ### Build System

    * Transition to ESM as hybrid package ([#133](#133)) ([a832043](a832043))

commit 9a8e105
Merge: 4f61a75 8865de0
Author: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Date:   Wed Feb 15 20:43:34 2023 +0200

    Merge pull request #137 from cheqd/develop

    build: Release v3, transition to ESM

commit 8865de0
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Wed Feb 15 18:41:27 2023 +0000

    chore(release): 3.0.0-develop.6 [skip ci]

    ## [3.0.0-develop.6](3.0.0-develop.5...3.0.0-develop.6) (2023-02-15)

commit 9b87c43
Merge: e082318 4f61a75
Author: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Date:   Wed Feb 15 20:32:48 2023 +0200

    Merge branch 'main' into develop

commit e082318
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Wed Feb 15 18:09:32 2023 +0000

    chore(release): 3.0.0-develop.5 [skip ci]

    ## [3.0.0-develop.5](3.0.0-develop.4...3.0.0-develop.5) (2023-02-15)

commit be15b6a
Author: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Date:   Wed Feb 15 20:00:40 2023 +0200

    build: Bump relevant to latest

commit 41bb5a0
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Tue Feb 14 21:17:31 2023 +0000

    chore(release): 3.0.0-develop.4 [skip ci]

    ## [3.0.0-develop.4](3.0.0-develop.3...3.0.0-develop.4) (2023-02-14)

commit 2b8ab21
Author: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Date:   Tue Feb 14 23:08:48 2023 +0200

    build: Switched to ESM-first exports (#136)

commit 5d422ef
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Tue Feb 14 19:25:49 2023 +0000

    chore(release): 3.0.0-develop.3 [skip ci]

    ## [3.0.0-develop.3](3.0.0-develop.2...3.0.0-develop.3) (2023-02-14)

    ### Bug Fixes

    * Removed traces of directory imports ([#135](#135)) ([9a5d53c](9a5d53c))

commit 9a5d53c
Author: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Date:   Tue Feb 14 21:17:55 2023 +0200

    fix: Removed traces of directory imports (#135)

commit e017c3b
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Tue Feb 14 17:16:40 2023 +0000

    chore(release): 3.0.0-develop.2 [skip ci]

    ## [3.0.0-develop.2](3.0.0-develop.1...3.0.0-develop.2) (2023-02-14)

commit 690109e
Author: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Date:   Tue Feb 14 19:07:42 2023 +0200

    build: Tidy imports, cleanup redundancy (#134)

    * build: Tidy imports, cleanup redundancy

    * Switched to cjs

    * Switched to esm

    * Switched back to cjs

commit a62b46f
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Tue Feb 14 15:42:54 2023 +0000

    chore(release): 3.0.0-develop.1 [skip ci]

    ## [3.0.0-develop.1](2.1.0-develop.1...3.0.0-develop.1) (2023-02-14)

    ### ⚠ BREAKING CHANGES

    * Transition to ESM as hybrid package (#133)

    ### Build System

    * Transition to ESM as hybrid package ([#133](#133)) ([a832043](a832043))

commit a832043
Author: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Date:   Tue Feb 14 17:33:44 2023 +0200

    build!: Transition to ESM as hybrid package (#133)

commit 8c42450
Author: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Date:   Mon Feb 13 10:46:03 2023 +0200

    test: Added linked resource collection metadata extended tests (#132)

    * test: Added linked resource collection metadata extended tests

    * Switched to localnet
ankurdotb added a commit that referenced this pull request Apr 14, 2023
* test: Added linked resource collection metadata extended tests (#132)

* test: Added linked resource collection metadata extended tests

* Switched to localnet

* Squashed commit of the following:

commit e5ce864a734d1017e30fc966b95fa8a97a9f03bd
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Fri Apr 14 05:51:50 2023 +0000

    chore(release): 3.4.0 [skip ci]

    ## [3.4.0](https://github.com/cheqd/sdk/compare/3.3.1-commonjs...3.4.0-commonjs) (2023-04-14)

    ### Features

    * Bump resource gas ([#178](https://github.com/cheqd/sdk/issues/178)) ([a67b3e1](https://github.com/cheqd/sdk/commit/a67b3e14589569b5ad01e8d0b0bdfd8370cb4f9a))

commit a67b3e14589569b5ad01e8d0b0bdfd8370cb4f9a
Author: DaevMithran <61043607+DaevMithran@users.noreply.github.com>
Date:   Thu Apr 13 22:43:33 2023 -0700

    feat: Bump resource gas (#178)

commit 2306a0b721fff74bb46b4b11fda55c59d6e2954a
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Thu Apr 6 12:10:53 2023 +0000

    chore(release): 3.3.1 [skip ci]

    ## [3.3.1](https://github.com/cheqd/sdk/compare/3.3.0-commonjs...3.3.1-commonjs) (2023-04-06)

commit 73984a469aee3d1f087ea2ecbce013db0c678316
Author: DaevMithran <61043607+DaevMithran@users.noreply.github.com>
Date:   Thu Apr 6 17:32:37 2023 +0530

    build: Update ts-proto to cjs (#176)

commit 328f66d896f9f5e3fdb5eab918284c92f4561818
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Mon Apr 3 13:24:35 2023 +0000

    chore(release): 3.3.0 [skip ci]

    ## [3.3.0](https://github.com/cheqd/sdk/compare/3.2.1-commonjs...3.3.0-commonjs) (2023-04-03)

    ### Features

    * Add @cosmjs/crypto as direct dependency ([#174](https://github.com/cheqd/sdk/issues/174)) ([9af5faf](https://github.com/cheqd/sdk/commit/9af5faf6336bae048860669a83da598dd704818c))

commit 9af5faf6336bae048860669a83da598dd704818c
Author: DaevMithran <61043607+DaevMithran@users.noreply.github.com>
Date:   Mon Apr 3 18:46:58 2023 +0530

    feat: Add @cosmjs/crypto as direct dependency (#174)

commit 97539f99296c052683a6f3444198b0e45e9cedd9
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Mon Apr 3 11:52:03 2023 +0000

    chore(release): 3.2.1 [skip ci]

    ## [3.2.1](https://github.com/cheqd/sdk/compare/3.2.0-commonjs...3.2.1-commonjs) (2023-04-03)

commit 25ffe3f13404692e1fb63c278f8420c467f7e933
Author: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Date:   Mon Apr 3 14:23:45 2023 +0300

    build: Switched history to match explicit versioning

commit dbd9e28c61c27fc857595a7e310be0ad7a544444
Author: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Date:   Mon Apr 3 13:57:54 2023 +0300

    Revert "chore(release): 1.0.0 [skip ci]"

    This reverts commit bfd73df464f45beff6aebb674a72e7ad97929d0f.

commit d7de5dcfbb3fba02cc87c62ba4da5f42a96d0fa7
Merge: de5ac88 bfd73df
Author: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Date:   Mon Apr 3 13:57:28 2023 +0300

    Merge branch 'commonjs' of https://github.com/cheqd/sdk into commonjs

commit de5ac8828847d7d83cb0490e52ee1dfb7c5a685d
Author: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Date:   Mon Apr 3 13:57:06 2023 +0300

    build: Revert to bare tag

commit bfd73df464f45beff6aebb674a72e7ad97929d0f
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Mon Apr 3 10:48:51 2023 +0000

    chore(release): 1.0.0 [skip ci]

    ## 1.0.0 (2023-04-03)

    ### ⚠ BREAKING CHANGES

    * Transition to ESM as hybrid package (#133)
    * On track with v1 on-ledger release (#115)

    ### Features

    * Add createDidPayloadWithSignInputs util [DEV-1587] ([#49](https://github.com/cheqd/sdk/issues/49)) ([e332f56](https://github.com/cheqd/sdk/commit/e332f56a49111d26a1b9537f73a7eb228db0c61a))
    * Add localnet in test workflow ([e498193](https://github.com/cheqd/sdk/commit/e498193b52be8440c1b654ea72f0f8293e22f330))
    * Added querier as service capability ([#129](https://github.com/cheqd/sdk/issues/129)) ([71faac7](https://github.com/cheqd/sdk/commit/71faac7c7d9d9d854b89ef862bca1434b45b4905))
    * **api:** Basic api design & extension plans, TBC ([9c24549](https://github.com/cheqd/sdk/commit/9c245491bc1611c73e6be27a08c23fd5489cbd97))
    * **did:** Added automated did creation tests & fixes, refactors ([bcfc198](https://github.com/cheqd/sdk/commit/bcfc198dbd81062a6d1a9cd8afc6ec16cf15c460))
    * **did:** Added multiple verification method support & `uuid` did url support ([d35f007](https://github.com/cheqd/sdk/commit/d35f007e6ee0f03276a0a713c0050e4ac016c5b8))
    * Integrate V2 protos ([7fe20bd](https://github.com/cheqd/sdk/commit/7fe20bd6c6c8f521cb7348cc43b65e4191c658bc))
    * On track with v1 on-ledger release ([#115](https://github.com/cheqd/sdk/issues/115)) ([1ef3a07](https://github.com/cheqd/sdk/commit/1ef3a07c27fa63c9ab2695cda8369c259ef94c04))
    * **registry:** Fixed registration logic & improved extensibility ([3d76466](https://github.com/cheqd/sdk/commit/3d76466e322657817d380bf384d9f6c45c1eb793))
    * Remove amino encoding workaround in resource ([2754a97](https://github.com/cheqd/sdk/commit/2754a9784d7f82e9e1bbfd2f98d5f82825f16a1f))
    * Remove file-type ([#163](https://github.com/cheqd/sdk/issues/163)) ([3d2e46a](https://github.com/cheqd/sdk/commit/3d2e46a98d2940139edb5dec205af2828803a0f9))
    * Resolve review suggestions ([b984ef4](https://github.com/cheqd/sdk/commit/b984ef46e1815ffc2f11ab426359d81776f271a8))
    * Resources support [DEV-1616] ([#18](https://github.com/cheqd/sdk/issues/18)) ([40bb485](https://github.com/cheqd/sdk/commit/40bb485399b1ce83997350d450432100d05b10a2))
    * **sdk:** Added base constructor manager class ([441bfa3](https://github.com/cheqd/sdk/commit/441bfa373ff33b99d111203a963f14d6bae4fbc5))
    * **signer:** Added pre-test implementation of `DidTxSigner` ([924d9ec](https://github.com/cheqd/sdk/commit/924d9ec27d7e68288db220d0bc218d797a942118))
    * **tests:** Added more signer coverage ([59a88eb](https://github.com/cheqd/sdk/commit/59a88ebfcbfe4f231716e6d9ecb0935985212ea5))
    * **tests:** Added stable round of SDK tests ([fa31daa](https://github.com/cheqd/sdk/commit/fa31daa059b7affd8732b7e53bd590d7dea06764))
    * Update @cheqd/ts-proto from 3.1.2 to 3.1.3 ([#151](https://github.com/cheqd/sdk/issues/151)) ([f6ac275](https://github.com/cheqd/sdk/commit/f6ac2759255ed612a99aff35d497468ff4530e11))
    * Update indyStyle identifier ([e12226d](https://github.com/cheqd/sdk/commit/e12226d57afdb0ce76dce5d3a85d76d17e8dc7f5))
    * Update proto && Accept did core spec input [DEV-2113] ([#111](https://github.com/cheqd/sdk/issues/111)) ([f2f710a](https://github.com/cheqd/sdk/commit/f2f710adcaa245af6ae83e89f8e0b695d0751fcd)), closes [#114](https://github.com/cheqd/sdk/issues/114)
    * Update signature conversion ([2824bcb](https://github.com/cheqd/sdk/commit/2824bcbbbbb35521d5372d6a9592b31ad5085ad5))
    * Update test rpcUrl ([3903c62](https://github.com/cheqd/sdk/commit/3903c62cdcff574c02a643773c6f370e59e9f187))
    * Update tests ([242e82f](https://github.com/cheqd/sdk/commit/242e82f924d15ad49d15f9735cbf0694234df172))
    * Update tests and utils ([6075594](https://github.com/cheqd/sdk/commit/6075594240dbbc1e36fb159acae1391332b1e250))
    * Updated ts-proto package ([72e5bcf](https://github.com/cheqd/sdk/commit/72e5bcf970aa1c57aefee5a413d3922f1739fee7))
    * Upgrade ts-proto && Support Deactivate DID ([46a57ea](https://github.com/cheqd/sdk/commit/46a57ea575c5de8b5e8f1be7d40558acaceebdd9))
    * **utils:** Added utils & interoperability improvements ([d0f5f4d](https://github.com/cheqd/sdk/commit/d0f5f4d9bac01ac144b4afff696750bb4b20ac72))

    ### Bug Fixes

    * Bugfix on conditional context injection ([6497799](https://github.com/cheqd/sdk/commit/649779976bb57d6239c1e2e285146f8d5d668406))
    * Bugfix on conditional context injection ([#142](https://github.com/cheqd/sdk/issues/142)) ([b09c681](https://github.com/cheqd/sdk/commit/b09c681369de1f577faeeb4568e8103344e123c1))
    * Bugfix on conditional context injection ([#143](https://github.com/cheqd/sdk/issues/143)) ([854232c](https://github.com/cheqd/sdk/commit/854232c4707f7cea5b41b9a111f8bfbc2f2a02ea))
    * **build:** Added deep level support of iterables ([1aeaea3](https://github.com/cheqd/sdk/commit/1aeaea3ed8062f1d1853930bd792b1c988e616d5))
    * **build:** Fixed build type declarations standalones ([ffadfe5](https://github.com/cheqd/sdk/commit/ffadfe553be49a11d2bb347341b90964c75adb23))
    * Bump dependencies to latest ts-proto upstream ([3762c9f](https://github.com/cheqd/sdk/commit/3762c9f1db7c196afae98f5ed7e03790210d0345))
    * Client determined MIME type auto fee generation ([#117](https://github.com/cheqd/sdk/issues/117)) ([3ba673d](https://github.com/cheqd/sdk/commit/3ba673d9b6c61f82d38b49e60a4231196dd357cc))
    * **deps:** Downgraded `uint8arrays` due to export config clash ([2e30906](https://github.com/cheqd/sdk/commit/2e3090624e505b666b038828f3453753fd887b58))
    * **deps:** Fixed dev deps in scope of semantic release ([721b488](https://github.com/cheqd/sdk/commit/721b488ca6b5b28720307ca04ae84b49da7e52f4))
    * **deps:** Fixed imports deriving from bumps ([2cccc75](https://github.com/cheqd/sdk/commit/2cccc75090543fec8aff222ba3b19db9afc14b6a))
    * **exports:** Fixed lib exports ([f17dbe3](https://github.com/cheqd/sdk/commit/f17dbe3afcc9e87d13ff2858d62fde0823d0e78c))
    * Handle empty address condition ([#125](https://github.com/cheqd/sdk/issues/125)) ([6c1080b](https://github.com/cheqd/sdk/commit/6c1080b19416ddbd583af8619586b2f14bf417ac))
    * **keys:** Added deep equality lambda ([edcc15f](https://github.com/cheqd/sdk/commit/edcc15f5ece115893cd5f3e876cf4927379b0a55))
    * Minor issue ([e060576](https://github.com/cheqd/sdk/commit/e060576034693dba70f7f4a7576f5a72f967045a))
    * Removed traces of directory imports ([#135](https://github.com/cheqd/sdk/issues/135)) ([9a5d53c](https://github.com/cheqd/sdk/commit/9a5d53c87343aa1a568f0feda9c586e1fd74ffde))
    * **tests:** Removed experimental versioning ([93b714c](https://github.com/cheqd/sdk/commit/93b714c538cdd10f67385b19a33d284f042bc6c4))
    * **types:** Fixed type mismatch on compilation ([c0cfbd5](https://github.com/cheqd/sdk/commit/c0cfbd500ccd8cfb0d56ccf431fbd41886a5a3a6))
    * typo ([463ac62](https://github.com/cheqd/sdk/commit/463ac6208e79c1564c2ed6eeed0a44b06a065d4f))

    ### Performance Improvements

    * **helpers:** Added env-specific utils exports ([4957f44](https://github.com/cheqd/sdk/commit/4957f445734380c0bb6758c16096cd25978c7cac))

    ### Build System

    * Transition to ESM as hybrid package ([#133](https://github.com/cheqd/sdk/issues/133)) ([a832043](https://github.com/cheqd/sdk/commit/a832043016336aa4cc74a8106429576c72ffe9d9))

commit e9887c612de9eba64c1719ee2c8eb78b4b5422d6
Author: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Date:   Mon Apr 3 13:37:21 2023 +0300

    build: Switched to explicit def

commit 878689dc6116cebb7942f625879aa617a04ec20a
Author: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Date:   Mon Apr 3 13:26:45 2023 +0300

    build: Switched to distinct tag format

commit deded43b98dfad2f569b0cfcd26a52ad45dbbb7f
Merge: a24103f 53829df
Author: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Date:   Mon Apr 3 13:22:09 2023 +0300

    build: Resolved merge

commit a24103f8c2dfb1c67274fb785d0a97b25cf99dc6
Author: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Date:   Mon Apr 3 13:04:47 2023 +0300

    build: Bump deps to latest where relevant

commit 40df737faecafdec9fdd1deae34c7369af70ffdf
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Mon Apr 3 09:47:51 2023 +0100

    build: Sync main branch changes to CommonJS (#167)

    * chore(deps-dev): Bump @types/node from 18.13.0 to 18.14.0 (#144)

    * chore(deps-dev): Bump @types/node from 18.13.0 to 18.14.0

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.13.0 to 18.14.0.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    * bump package

    ---------

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

    * build(deps): Bump file-type from 18.2.0 to 18.2.1 (#145)

    * chore(deps): Bump file-type from 18.2.0 to 18.2.1

    Bumps [file-type](https://github.com/sindresorhus/file-type) from 18.2.0 to 18.2.1.
    - [Release notes](https://github.com/sindresorhus/file-type/releases)
    - [Commits](https://github.com/sindresorhus/file-type/compare/v18.2.0...v18.2.1)

    ---
    updated-dependencies:
    - dependency-name: file-type
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    * Bump packages

    ---------

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

    * chore(release): 3.0.2-develop.1 [skip ci]

    ## [3.0.2-develop.1](https://github.com/cheqd/sdk/compare/3.0.1...3.0.2-develop.1) (2023-02-20)

    * chore: Bump package lock

    * chore(release): 3.0.2 [skip ci]

    ## [3.0.2](https://github.com/cheqd/sdk/compare/3.0.1...3.0.2) (2023-02-20)

    * chore(release): Bump package

    * chore(release): 3.0.2 [skip ci]

    ## [3.0.2](https://github.com/cheqd/sdk/compare/3.0.1...3.0.2) (2023-02-20)

    * build(deps-dev): Bump @types/uuid from 9.0.0 to 9.0.1

    Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) from 9.0.0 to 9.0.1.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid)

    ---
    updated-dependencies:
    - dependency-name: "@types/uuid"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    * build(deps-dev): Bump @types/node from 18.14.0 to 18.14.2

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.0 to 18.14.2.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    * chore: Add included files to package.json for NPM package

    * bump package

    * Update CHANGELOG.md

    * Fix workflow

    * Update test.yml

    * build(deps-dev): Bump @types/node from 18.14.0 to 18.14.2

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.0 to 18.14.2.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    * chore(release): 3.0.2-develop.2 [skip ci]

    ## [3.0.2-develop.2](https://github.com/cheqd/sdk/compare/3.0.2-develop.1...3.0.2-develop.2) (2023-02-27)

    * bump package

    * chore(release): 3.0.2-develop.3 [skip ci]

    ## [3.0.2-develop.3](https://github.com/cheqd/sdk/compare/3.0.2-develop.2...3.0.2-develop.3) (2023-02-27)

    * chore: Bump package lock

    * chore(release): 3.0.2 [skip ci]

    ## [3.0.2](https://github.com/cheqd/sdk/compare/3.0.1...3.0.2) (2023-02-28)

    * feat: Updated ts-proto package

    * chore(release): 3.1.0-develop.1 [skip ci]

    ## [3.1.0-develop.1](https://github.com/cheqd/sdk/compare/3.0.2-develop.3...3.1.0-develop.1) (2023-02-28)

    ### Features

    * Updated ts-proto package ([72e5bcf](https://github.com/cheqd/sdk/commit/72e5bcf970aa1c57aefee5a413d3922f1739fee7))

    * chore(release): 3.1.0 [skip ci]

    ## [3.1.0](https://github.com/cheqd/sdk/compare/3.0.1...3.1.0) (2023-02-28)

    ### Features

    * Updated ts-proto package ([72e5bcf](https://github.com/cheqd/sdk/commit/72e5bcf970aa1c57aefee5a413d3922f1739fee7))

    * chore(release): 3.1.1 [skip ci]

    ## [3.1.1](https://github.com/cheqd/sdk/compare/3.1.0...3.1.1) (2023-02-28)

    * chore(deps-dev): Bump @types/node to 18.14.4

    * build(deps-dev): Bump @types/node from 18.14.4 to 18.14.6

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.4 to 18.14.6.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    * bump package

    * chore(release): 3.1.2-develop.1 [skip ci]

    ## [3.1.2-develop.1](https://github.com/cheqd/sdk/compare/3.1.1...3.1.2-develop.1) (2023-03-09)

    * feat: Update @cheqd/ts-proto from 3.1.2 to 3.1.3 (#151)

    * feat: Update @cheqd/ts-proto from 3.1.2 to 3.1.3

    * Update package-lock.json

    * Delete test.yml

    * Move npm test to build

    * Update build.yml

    * Add npm ci to test job

    * chore(release): 3.2.0 [skip ci]

    ## [3.2.0](https://github.com/cheqd/sdk/compare/3.1.1...3.2.0) (2023-03-09)

    ### Features

    * Update @cheqd/ts-proto from 3.1.2 to 3.1.3 ([#151](https://github.com/cheqd/sdk/issues/151)) ([f6ac275](https://github.com/cheqd/sdk/commit/f6ac2759255ed612a99aff35d497468ff4530e11))

    * Update package-lock.json

    * Update package-lock.json

    ---------

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>

commit 53829dfeac651832d0ffd1a8656771682b631cd9
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Thu Mar 30 12:16:13 2023 +0100

    docs: Fix broken links

commit 11b02663fbf6f4d2cae4a70e3415b145a58f5f86
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Mar 30 11:37:04 2023 +0100

    chore(deps): Bump amannn/action-semantic-pull-request from 5.1.0 to 5.2.0 (#157)

    build(deps): Bump amannn/action-semantic-pull-request

    Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 5.1.0 to 5.2.0.
    - [Release notes](https://github.com/amannn/action-semantic-pull-request/releases)
    - [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/amannn/action-semantic-pull-request/compare/v5.1.0...v5.2.0)

    ---
    updated-dependencies:
    - dependency-name: amannn/action-semantic-pull-request
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit c90f92ef4b15937b4100888965f14fc2885c1204
Author: DaevMithran <daevmithran1999@gmail.com>
Date:   Thu Mar 30 13:02:59 2023 +0530

    Merge main into cjs

commit 3d2e46a98d2940139edb5dec205af2828803a0f9
Author: DaevMithran <61043607+DaevMithran@users.noreply.github.com>
Date:   Wed Mar 29 11:18:12 2023 +0530

    feat: Remove file-type (#163)

    * feat: Remove file-type

    * fix: Markdown linting

commit ffd82ef8a3d5dc489a2545222b9d2e5e88f4be71
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Thu Mar 9 15:03:03 2023 +0000

    chore(release): 3.2.0 [skip ci]

    ## [3.2.0](https://github.com/cheqd/sdk/compare/3.1.1...3.2.0) (2023-03-09)

    ### Features

    * Update @cheqd/ts-proto from 3.1.2 to 3.1.3 ([#151](https://github.com/cheqd/sdk/issues/151)) ([f6ac275](https://github.com/cheqd/sdk/commit/f6ac2759255ed612a99aff35d497468ff4530e11))

commit f6ac2759255ed612a99aff35d497468ff4530e11
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Thu Mar 9 14:53:46 2023 +0000

    feat: Update @cheqd/ts-proto from 3.1.2 to 3.1.3 (#151)

    * feat: Update @cheqd/ts-proto from 3.1.2 to 3.1.3

    * Update package-lock.json

    * Delete test.yml

    * Move npm test to build

    * Update build.yml

    * Add npm ci to test job

commit 57a693df21d2441c049dd5ac93149b3811e225cb
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Thu Mar 9 14:11:09 2023 +0000

    chore(release): 3.1.2-develop.1 [skip ci]

    ## [3.1.2-develop.1](https://github.com/cheqd/sdk/compare/3.1.1...3.1.2-develop.1) (2023-03-09)

commit 37536db62c8894dceb94f9364a3e0897c5f6f8f1
Merge: 7b709f4 9341017
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Thu Mar 9 14:02:42 2023 +0000

    chore(deps-dev): Bump @types/node from 18.14.4 to 18.14.6 (#150)

    Bumps
    [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
    from 18.14.4 to 18.14.6.
    <details>
    <summary>Commits</summary>
    <ul>
    <li>See full diff in <a
    href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare
    view</a></li>
    </ul>
    </details>
    <br />

    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=18.14.4&new-version=18.14.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.

    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)

    ---

    <details>
    <summary>Dependabot commands and options</summary>
    <br />

    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)

    </details>

commit 93410178e27f05cd1ffd2da020510b015a78e4dd
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Thu Mar 9 13:50:02 2023 +0000

    bump package

commit cdbd38f400c718bf600a00172d581b28728b4893
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Mar 6 02:12:04 2023 +0000

    build(deps-dev): Bump @types/node from 18.14.4 to 18.14.6

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.4 to 18.14.6.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 7b709f4d8d293b42258bad4f7ee0a77d14141512
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Thu Mar 2 12:19:30 2023 +0000

    chore(deps-dev): Bump @types/node to 18.14.4

commit 84e31faa45e19ae1f71bd23da6fc3f794658a8f7
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Tue Feb 28 09:17:29 2023 +0000

    chore(release): 3.1.1 [skip ci]

    ## [3.1.1](https://github.com/cheqd/sdk/compare/3.1.0...3.1.1) (2023-02-28)

commit bb718efd3e67aab93779c40fe601aef361bb2082
Merge: 6b8f818 6d33439
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Tue Feb 28 09:09:00 2023 +0000

    Merge branch 'develop'

commit 6b8f818cd4087b5b54185a688af0a75df6396f4d
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Tue Feb 28 08:51:45 2023 +0000

    chore(release): 3.1.0 [skip ci]

    ## [3.1.0](https://github.com/cheqd/sdk/compare/3.0.1...3.1.0) (2023-02-28)

    ### Features

    * Updated ts-proto package ([72e5bcf](https://github.com/cheqd/sdk/commit/72e5bcf970aa1c57aefee5a413d3922f1739fee7))

commit 6d33439e0529da462897dae9a7bd626190a1ac12
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Tue Feb 28 08:48:18 2023 +0000

    chore(release): 3.1.0-develop.1 [skip ci]

    ## [3.1.0-develop.1](https://github.com/cheqd/sdk/compare/3.0.2-develop.3...3.1.0-develop.1) (2023-02-28)

    ### Features

    * Updated ts-proto package ([72e5bcf](https://github.com/cheqd/sdk/commit/72e5bcf970aa1c57aefee5a413d3922f1739fee7))

commit 72e5bcf970aa1c57aefee5a413d3922f1739fee7
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Tue Feb 28 08:38:40 2023 +0000

    feat: Updated ts-proto package

commit 1dff91d1f05ad9d13db8031973b9c14a691a3a87
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Tue Feb 28 00:10:31 2023 +0000

    chore(release): 3.0.2 [skip ci]

    ## [3.0.2](https://github.com/cheqd/sdk/compare/3.0.1...3.0.2) (2023-02-28)

commit 2768ae6893221c1891c2b8af96f3c618b4862f38
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Tue Feb 28 00:02:11 2023 +0000

    chore: Bump package lock

commit 714be3ad2547b985145f24ccfa9b694863ced185
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Mon Feb 27 17:51:13 2023 +0000

    chore(release): 3.0.2-develop.3 [skip ci]

    ## [3.0.2-develop.3](https://github.com/cheqd/sdk/compare/3.0.2-develop.2...3.0.2-develop.3) (2023-02-27)

commit 37c4a91d37fbfb1152c2f706d82b21fbd5bd58ef
Merge: 099c044 ff06d2f
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Mon Feb 27 17:42:42 2023 +0000

    chore(deps-dev): Bump @types/node from 18.14.0 to 18.14.2 (#149)

    Bumps
    [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
    from 18.14.0 to 18.14.2.
    <details>
    <summary>Commits</summary>
    <ul>
    <li>See full diff in <a
    href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare
    view</a></li>
    </ul>
    </details>
    <br />

    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=18.14.0&new-version=18.14.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.

    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)

    ---

    <details>
    <summary>Dependabot commands and options</summary>
    <br />

    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)

    </details>

commit ff06d2f6cb36cf2cf6c5e01dbad9ab53af56736c
Merge: 405a8a9 099c044
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Mon Feb 27 17:07:25 2023 +0000

    Merge branch 'develop' into dependabot/npm_and_yarn/develop/types/node-18.14.2

commit 405a8a9ca103266ab446b31d6a30567e287d1489
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Mon Feb 27 17:04:44 2023 +0000

    bump package

commit 099c0442a5ec34d5170c6b38d3de757bc48b0aef
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Mon Feb 27 16:37:13 2023 +0000

    chore(release): 3.0.2-develop.2 [skip ci]

    ## [3.0.2-develop.2](https://github.com/cheqd/sdk/compare/3.0.2-develop.1...3.0.2-develop.2) (2023-02-27)

commit 75380a9eda143bdd4b511aeb44c590ec0f0d7f4e
Merge: 8d888b3 b4f696d
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Mon Feb 27 16:35:07 2023 +0000

    Merge branch 'dependabot/npm_and_yarn/develop/types/node-18.14.2' of https://github.com/cheqd/sdk into dependabot/npm_and_yarn/develop/types/node-18.14.2

commit 8d888b345b71405ef825d20ae5879d3a021903c4
Merge: 13ca07c 20baef5
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Mon Feb 27 16:35:01 2023 +0000

    Merge branch 'develop' into dependabot/npm_and_yarn/develop/types/node-18.14.2

commit b4f696d9d1d9a47d27c4b6524c70ff7c2ff7d0ae
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Feb 27 16:29:43 2023 +0000

    build(deps-dev): Bump @types/node from 18.14.0 to 18.14.2

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.0 to 18.14.2.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 20baef5babe1b148bc3fd0b20b020a1b1a7790b1
Merge: 452fe1c 6755ead
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Mon Feb 27 16:28:57 2023 +0000

    chore(deps-dev): Bump @types/uuid from 9.0.0 to 9.0.1 (#148)

    Bumps
    [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid)
    from 9.0.0 to 9.0.1.
    <details>
    <summary>Commits</summary>
    <ul>
    <li>See full diff in <a
    href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid">compare
    view</a></li>
    </ul>
    </details>
    <br />

    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/uuid&package-manager=npm_and_yarn&previous-version=9.0.0&new-version=9.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.

    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)

    ---

    <details>
    <summary>Dependabot commands and options</summary>
    <br />

    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)

    </details>

commit 6755ead76c4dd1e58e6c9efbcf5767d1e933b975
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Mon Feb 27 16:20:49 2023 +0000

    Update test.yml

commit 6da1fc192b266898a7c4ccc084f1075e03ca1ecb
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Mon Feb 27 16:14:18 2023 +0000

    Fix workflow

commit c41e2176c669a8d0cfe974a96be68dd72d322c31
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Mon Feb 27 15:59:14 2023 +0000

    Update CHANGELOG.md

commit c7cc30a8f8746d00712008a71cbab12591b87f79
Merge: b90b397 452fe1c
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Mon Feb 27 15:52:42 2023 +0000

    Merge branch 'develop' into dependabot/npm_and_yarn/develop/types/uuid-9.0.1

commit b90b3974225a6fe56ec353a6e785b5ce0bbde657
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Mon Feb 27 11:23:08 2023 +0000

    bump package

commit 452fe1c39ecf6f67f1f7d260e987db37dfcba801
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Mon Feb 27 11:11:14 2023 +0000

    chore: Add included files to package.json for NPM package

commit 13ca07c25408edc55dd1c216970475f1e60fe35b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Feb 27 02:46:56 2023 +0000

    build(deps-dev): Bump @types/node from 18.14.0 to 18.14.2

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.0 to 18.14.2.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 62186b849b95222bdabc08939169ec301d3a846a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Feb 27 02:46:30 2023 +0000

    build(deps-dev): Bump @types/uuid from 9.0.0 to 9.0.1

    Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) from 9.0.0 to 9.0.1.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid)

    ---
    updated-dependencies:
    - dependency-name: "@types/uuid"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 4236a83e9e6471e774bfaa8605339ff904ab05d5
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Mon Feb 20 19:00:13 2023 +0000

    chore(release): 3.0.2 [skip ci]

    ## [3.0.2](https://github.com/cheqd/sdk/compare/3.0.1...3.0.2) (2023-02-20)

commit 67a215c051d749ad036fe8b23d162a35fc4ad19b
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Mon Feb 20 18:51:30 2023 +0000

    chore(release): Bump package

commit 1c9ea6b5f65280f7d8a3a3dc14d2d4f88d6075ab
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Mon Feb 20 18:36:47 2023 +0000

    chore(release): 3.0.2 [skip ci]

    ## [3.0.2](https://github.com/cheqd/sdk/compare/3.0.1...3.0.2) (2023-02-20)

commit 097ae783b4e23aa48ff417873822e7c03f541e24
Merge: 9fd1c44 e9f64e7
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Mon Feb 20 18:28:07 2023 +0000

    chore(release): Bring down bumped changes from develop (#146)

commit e9f64e719213818a46833d9cbee20f15cc560b83
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Mon Feb 20 18:19:16 2023 +0000

    chore: Bump package lock

commit 88ac9c50a1e8d11c4fb02cf73a4951e5bb704095
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Mon Feb 20 18:09:12 2023 +0000

    chore(release): 3.0.2-develop.1 [skip ci]

    ## [3.0.2-develop.1](https://github.com/cheqd/sdk/compare/3.0.1...3.0.2-develop.1) (2023-02-20)

commit 24d2b479706b5da0c5eec1174ad12c9569ab2381
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Feb 20 18:01:14 2023 +0000

    build(deps): Bump file-type from 18.2.0 to 18.2.1 (#145)

    * chore(deps): Bump file-type from 18.2.0 to 18.2.1

    Bumps [file-type](https://github.com/sindresorhus/file-type) from 18.2.0 to 18.2.1.
    - [Release notes](https://github.com/sindresorhus/file-type/releases)
    - [Commits](https://github.com/sindresorhus/file-type/compare/v18.2.0...v18.2.1)

    ---
    updated-dependencies:
    - dependency-name: file-type
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    * Bump packages

    ---------

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

commit 1ad9fb129941c6be6443f1ac41f40ae170b7c447
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Feb 20 17:33:28 2023 +0000

    chore(deps-dev): Bump @types/node from 18.13.0 to 18.14.0 (#144)

    * chore(deps-dev): Bump @types/node from 18.13.0 to 18.14.0

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.13.0 to 18.14.0.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    * bump package

    ---------

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

commit e7c3706da3ddf726502697fcc1a843ae8336e792
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Fri Feb 17 14:43:20 2023 +0000

    chore(release): 3.0.2 [skip ci]

    ## [3.0.2](https://github.com/cheqd/sdk/compare/3.0.1...3.0.2) (2023-02-17)

    ### Bug Fixes

    * Bugfix on conditional context injection ([6497799](https://github.com/cheqd/sdk/commit/649779976bb57d6239c1e2e285146f8d5d668406))

commit 5bc6b2de3234e9bed568c74733c9690221ba8a52
Merge: 3500b69 9fd1c44
Author: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Date:   Fri Feb 17 15:56:32 2023 +0200

    Merge branch 'main' into cjs

commit 9fd1c44370eabe89aee33769a1258de13fc16a95
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Fri Feb 17 12:20:59 2023 +0000

    chore(release): 3.0.1 [skip ci]

    ## [3.0.1](https://github.com/cheqd/sdk/compare/3.0.0...3.0.1) (2023-02-17)

    ### Bug Fixes

    * Bugfix on conditional context injection ([#142](https://github.com/cheqd/sdk/issues/142)) ([b09c681](https://github.com/cheqd/sdk/commit/b09c681369de1f577faeeb4568e8103344e123c1))
    * Bugfix on conditional context injection ([#143](https://github.com/cheqd/sdk/issues/143)) ([854232c](https://github.com/cheqd/sdk/commit/854232c4707f7cea5b41b9a111f8bfbc2f2a02ea))

commit 3500b695e7b39d37cafe9c87642e24d39c5d9ae8
Author: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Date:   Fri Feb 17 14:17:01 2023 +0200

    build: Node downgrade

commit 649779976bb57d6239c1e2e285146f8d5d668406
Author: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Date:   Fri Feb 17 14:15:59 2023 +0200

    fix: Bugfix on conditional context injection

    - Backports fix to `@cjs` tag.

commit 854232c4707f7cea5b41b9a111f8bfbc2f2a02ea
Merge: 674b3b9 194c05d
Author: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Date:   Fri Feb 17 14:12:36 2023 +0200

    fix: Bugfix on conditional context injection (#143)

commit 194c05d6a1157b1582ca3e25328b22db233ee775
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Fri Feb 17 11:50:34 2023 +0000

    chore(release): 3.0.1-develop.1 [skip ci]

    ## [3.0.1-develop.1](https://github.com/cheqd/sdk/compare/3.0.0...3.0.1-develop.1) (2023-02-17)

    ### Bug Fixes

    * Bugfix on conditional context injection ([#142](https://github.com/cheqd/sdk/issues/142)) ([b09c681](https://github.com/cheqd/sdk/commit/b09c681369de1f577faeeb4568e8103344e123c1))

commit b09c681369de1f577faeeb4568e8103344e123c1
Author: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Date:   Fri Feb 17 13:41:59 2023 +0200

    fix: Bugfix on conditional context injection (#142)

commit d69f1c6deb57ad5baeae551905ff907addeea425
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Feb 16 13:46:27 2023 +0000

    chore(deps-dev): Bump jest from 29.4.2 to 29.4.3 (#140)

    * build(deps-dev): Bump jest from 29.4.2 to 29.4.3

    Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.4.2 to 29.4.3.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/jest/commits/v29.4.3/packages/jest)

    ---
    updated-dependencies:
    - dependency-name: jest
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    * bump package

    ---------

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

commit 674b3b9940cb61de9bf517ca128c6a45ad23341f
Author: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Date:   Thu Feb 16 13:18:29 2023 +0000

    ci: Sync and update workflows (#139)

    * Update workflows

    * Update README.md

    * Update package-lock.json

commit 7c8bfe856aa3d48df5a0e1e2744b514e9531e050
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Wed Feb 15 18:57:38 2023 +0000

    chore(release): 3.0.0 [skip ci]

    ## [3.0.0](https://github.com/cheqd/sdk/compare/2.1.0...3.0.0) (2023-02-15)

    ### ⚠ BREAKING CHANGES

    * Transition to ESM as hybrid package (#133)

    ### Bug Fixes

    * Removed traces of directory imports ([#135](https://github.com/cheqd/sdk/issues/135)) ([9a5d53c](https://github.com/cheqd/sdk/commit/9a5d53c87343aa1a568f0feda9c586e1fd74ffde))

    ### Build System

    * Transition to ESM as hybrid package ([#133](https://github.com/cheqd/sdk/issues/133)) ([a832043](https://github.com/cheqd/sdk/commit/a832043016336aa4cc74a8106429576c72ffe9d9))

commit 9a8e1051ab66c7dc1a6a0c1407a8f235da98554d
Merge: 4f61a75 8865de0
Author: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Date:   Wed Feb 15 20:43:34 2023 +0200

    Merge pull request #137 from cheqd/develop

    build: Release v3, transition to ESM

commit 8865de090fcccb93eeaa33ad4933451f7c85e46f
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Wed Feb 15 18:41:27 2023 +0000

    chore(release): 3.0.0-develop.6 [skip ci]

    ## [3.0.0-develop.6](https://github.com/cheqd/sdk/compare/3.0.0-develop.5...3.0.0-develop.6) (2023-02-15)

commit 9b87c43eaf20ecd822e9aa665c4090b272630b85
Merge: e082318 4f61a75
Author: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Date:   Wed Feb 15 20:32:48 2023 +0200

    Merge branch 'main' into develop

commit e082318ac5568278d328191fd394d49b497d0649
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Wed Feb 15 18:09:32 2023 +0000

    chore(release): 3.0.0-develop.5 [skip ci]

    ## [3.0.0-develop.5](https://github.com/cheqd/sdk/compare/3.0.0-develop.4...3.0.0-develop.5) (2023-02-15)

commit be15b6a001b4d27916ebe4481d860b495a1f205b
Author: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Date:   Wed Feb 15 20:00:40 2023 +0200

    build: Bump relevant to latest

commit 41bb5a08c202ed06ad8baa9790a0519fadc37ed1
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Tue Feb 14 21:17:31 2023 +0000

    chore(release): 3.0.0-develop.4 [skip ci]

    ## [3.0.0-develop.4](https://github.com/cheqd/sdk/compare/3.0.0-develop.3...3.0.0-develop.4) (2023-02-14)

commit 2b8ab216680a3025d2fb229debcf1431247b3ca8
Author: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Date:   Tue Feb 14 23:08:48 2023 +0200

    build: Switched to ESM-first exports (#136)

commit 5d422efd90514be206016f73e0c866d23327a71a
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Tue Feb 14 19:25:49 2023 +0000

    chore(release): 3.0.0-develop.3 [skip ci]

    ## [3.0.0-develop.3](https://github.com/cheqd/sdk/compare/3.0.0-develop.2...3.0.0-develop.3) (2023-02-14)

    ### Bug Fixes

    * Removed traces of directory imports ([#135](https://github.com/cheqd/sdk/issues/135)) ([9a5d53c](https://github.com/cheqd/sdk/commit/9a5d53c87343aa1a568f0feda9c586e1fd74ffde))

commit 9a5d53c87343aa1a568f0feda9c586e1fd74ffde
Author: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Date:   Tue Feb 14 21:17:55 2023 +0200

    fix: Removed traces of directory imports (#135)

commit e017c3b3cf2c6f3e92a018ef829cedcc8e4c1132
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Tue Feb 14 17:16:40 2023 +0000

    chore(release): 3.0.0-develop.2 [skip ci]

    ## [3.0.0-develop.2](https://github.com/cheqd/sdk/compare/3.0.0-develop.1...3.0.0-develop.2) (2023-02-14)

commit 690109eb1613f4d8532a4e4e0ea0df2280e12d7d
Author: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Date:   Tue Feb 14 19:07:42 2023 +0200

    build: Tidy imports, cleanup redundancy (#134)

    * build: Tidy imports, cleanup redundancy

    * Switched to cjs

    * Switched to esm

    * Switched back to cjs

commit a62b46fe2295369cd65713a6751dee368328eef3
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Tue Feb 14 15:42:54 2023 +0000

    chore(release): 3.0.0-develop.1 [skip ci]

    ## [3.0.0-develop.1](https://github.com/cheqd/sdk/compare/2.1.0-develop.1...3.0.0-develop.1) (2023-02-14)

    ### ⚠ BREAKING CHANGES

    * Transition to ESM as hybrid package (#133)

    ### Build System

    * Transition to ESM as hybrid package ([#133](https://github.com/cheqd/sdk/issues/133)) ([a832043](https://github.com/cheqd/sdk/commit/a832043016336aa4cc74a8106429576c72ffe9d9))

commit a832043016336aa4cc74a8106429576c72ffe9d9
Author: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Date:   Tue Feb 14 17:33:44 2023 +0200

    build!: Transition to ESM as hybrid package (#133)

commit 8c42450b8af811d19062970f3e4d47c7f45e7e96
Author: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Date:   Mon Feb 13 10:46:03 2023 +0200

    test: Added linked resource collection metadata extended tests (#132)

    * test: Added linked resource collection metadata extended tests

    * Switched to localnet

* Sync package lockl

---------

Co-authored-by: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
ankurdotb added a commit that referenced this pull request Apr 14, 2023
* test: Added linked resource collection metadata extended tests (#132)

* test: Added linked resource collection metadata extended tests

* Switched to localnet

* build!: Transition to ESM as hybrid package (#133)

* chore(release): 3.0.0-develop.1 [skip ci]

## [3.0.0-develop.1](2.1.0-develop.1...3.0.0-develop.1) (2023-02-14)

### ⚠ BREAKING CHANGES

* Transition to ESM as hybrid package (#133)

### Build System

* Transition to ESM as hybrid package ([#133](#133)) ([a832043](a832043))

* build: Tidy imports, cleanup redundancy (#134)

* build: Tidy imports, cleanup redundancy

* Switched to cjs

* Switched to esm

* Switched back to cjs

* chore(release): 3.0.0-develop.2 [skip ci]

## [3.0.0-develop.2](3.0.0-develop.1...3.0.0-develop.2) (2023-02-14)

* fix: Removed traces of directory imports (#135)

* chore(release): 3.0.0-develop.3 [skip ci]

## [3.0.0-develop.3](3.0.0-develop.2...3.0.0-develop.3) (2023-02-14)

### Bug Fixes

* Removed traces of directory imports ([#135](#135)) ([9a5d53c](9a5d53c))

* build: Switched to ESM-first exports (#136)

* chore(release): 3.0.0-develop.4 [skip ci]

## [3.0.0-develop.4](3.0.0-develop.3...3.0.0-develop.4) (2023-02-14)

* build: Bump relevant to latest

* chore(release): 3.0.0-develop.5 [skip ci]

## [3.0.0-develop.5](3.0.0-develop.4...3.0.0-develop.5) (2023-02-15)

* chore(release): 3.0.0-develop.6 [skip ci]

## [3.0.0-develop.6](3.0.0-develop.5...3.0.0-develop.6) (2023-02-15)

* chore(release): 3.0.0 [skip ci]

## [3.0.0](2.1.0...3.0.0) (2023-02-15)

### ⚠ BREAKING CHANGES

* Transition to ESM as hybrid package (#133)

### Bug Fixes

* Removed traces of directory imports ([#135](#135)) ([9a5d53c](9a5d53c))

### Build System

* Transition to ESM as hybrid package ([#133](#133)) ([a832043](a832043))

* ci: Sync and update workflows (#139)

* Update workflows

* Update README.md

* Update package-lock.json

* chore(deps-dev): Bump jest from 29.4.2 to 29.4.3 (#140)

* build(deps-dev): Bump jest from 29.4.2 to 29.4.3

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.4.2 to 29.4.3.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.4.3/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump package

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* fix: Bugfix on conditional context injection (#142)

* chore(release): 3.0.1-develop.1 [skip ci]

## [3.0.1-develop.1](3.0.0...3.0.1-develop.1) (2023-02-17)

### Bug Fixes

* Bugfix on conditional context injection ([#142](#142)) ([b09c681](b09c681))

* fix: Bugfix on conditional context injection

- Backports fix to `@cjs` tag.

* build: Node downgrade

* chore(release): 3.0.1 [skip ci]

## [3.0.1](3.0.0...3.0.1) (2023-02-17)

### Bug Fixes

* Bugfix on conditional context injection ([#142](#142)) ([b09c681](b09c681))
* Bugfix on conditional context injection ([#143](#143)) ([854232c](854232c))

* chore(release): 3.0.2 [skip ci]

## [3.0.2](3.0.1...3.0.2) (2023-02-17)

### Bug Fixes

* Bugfix on conditional context injection ([6497799](6497799))

* chore(deps-dev): Bump @types/node from 18.13.0 to 18.14.0 (#144)

* chore(deps-dev): Bump @types/node from 18.13.0 to 18.14.0

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.13.0 to 18.14.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump package

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* build(deps): Bump file-type from 18.2.0 to 18.2.1 (#145)

* chore(deps): Bump file-type from 18.2.0 to 18.2.1

Bumps [file-type](https://github.com/sindresorhus/file-type) from 18.2.0 to 18.2.1.
- [Release notes](https://github.com/sindresorhus/file-type/releases)
- [Commits](sindresorhus/file-type@v18.2.0...v18.2.1)

---
updated-dependencies:
- dependency-name: file-type
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump packages

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* chore(release): 3.0.2-develop.1 [skip ci]

## [3.0.2-develop.1](3.0.1...3.0.2-develop.1) (2023-02-20)

* chore: Bump package lock

* chore(release): 3.0.2 [skip ci]

## [3.0.2](3.0.1...3.0.2) (2023-02-20)

* chore(release): Bump package

* chore(release): 3.0.2 [skip ci]

## [3.0.2](3.0.1...3.0.2) (2023-02-20)

* build(deps-dev): Bump @types/uuid from 9.0.0 to 9.0.1

Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) from 9.0.0 to 9.0.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid)

---
updated-dependencies:
- dependency-name: "@types/uuid"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps-dev): Bump @types/node from 18.14.0 to 18.14.2

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.0 to 18.14.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: Add included files to package.json for NPM package

* bump package

* Update CHANGELOG.md

* Fix workflow

* Update test.yml

* build(deps-dev): Bump @types/node from 18.14.0 to 18.14.2

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.0 to 18.14.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(release): 3.0.2-develop.2 [skip ci]

## [3.0.2-develop.2](3.0.2-develop.1...3.0.2-develop.2) (2023-02-27)

* bump package

* chore(release): 3.0.2-develop.3 [skip ci]

## [3.0.2-develop.3](3.0.2-develop.2...3.0.2-develop.3) (2023-02-27)

* chore: Bump package lock

* chore(release): 3.0.2 [skip ci]

## [3.0.2](3.0.1...3.0.2) (2023-02-28)

* feat: Updated ts-proto package

* chore(release): 3.1.0-develop.1 [skip ci]

## [3.1.0-develop.1](3.0.2-develop.3...3.1.0-develop.1) (2023-02-28)

### Features

* Updated ts-proto package ([72e5bcf](72e5bcf))

* chore(release): 3.1.0 [skip ci]

## [3.1.0](3.0.1...3.1.0) (2023-02-28)

### Features

* Updated ts-proto package ([72e5bcf](72e5bcf))

* chore(release): 3.1.1 [skip ci]

## [3.1.1](3.1.0...3.1.1) (2023-02-28)

* chore(deps-dev): Bump @types/node to 18.14.4

* build(deps-dev): Bump @types/node from 18.14.4 to 18.14.6

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.4 to 18.14.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump package

* chore(release): 3.1.2-develop.1 [skip ci]

## [3.1.2-develop.1](3.1.1...3.1.2-develop.1) (2023-03-09)

* feat: Update @cheqd/ts-proto from 3.1.2 to 3.1.3 (#151)

* feat: Update @cheqd/ts-proto from 3.1.2 to 3.1.3

* Update package-lock.json

* Delete test.yml

* Move npm test to build

* Update build.yml

* Add npm ci to test job

* chore(release): 3.2.0 [skip ci]

## [3.2.0](3.1.1...3.2.0) (2023-03-09)

### Features

* Update @cheqd/ts-proto from 3.1.2 to 3.1.3 ([#151](#151)) ([f6ac275](f6ac275))

* feat: Remove file-type (#163)

* feat: Remove file-type

* fix: Markdown linting

* Merge main into cjs

* chore(deps): Bump amannn/action-semantic-pull-request from 5.1.0 to 5.2.0 (#157)

build(deps): Bump amannn/action-semantic-pull-request

Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases)
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md)
- [Commits](amannn/action-semantic-pull-request@v5.1.0...v5.2.0)

---
updated-dependencies:
- dependency-name: amannn/action-semantic-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* docs: Fix broken links

* build: Sync main branch changes to CommonJS (#167)

* chore(deps-dev): Bump @types/node from 18.13.0 to 18.14.0 (#144)

* chore(deps-dev): Bump @types/node from 18.13.0 to 18.14.0

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.13.0 to 18.14.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump package

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* build(deps): Bump file-type from 18.2.0 to 18.2.1 (#145)

* chore(deps): Bump file-type from 18.2.0 to 18.2.1

Bumps [file-type](https://github.com/sindresorhus/file-type) from 18.2.0 to 18.2.1.
- [Release notes](https://github.com/sindresorhus/file-type/releases)
- [Commits](sindresorhus/file-type@v18.2.0...v18.2.1)

---
updated-dependencies:
- dependency-name: file-type
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump packages

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* chore(release): 3.0.2-develop.1 [skip ci]

## [3.0.2-develop.1](3.0.1...3.0.2-develop.1) (2023-02-20)

* chore: Bump package lock

* chore(release): 3.0.2 [skip ci]

## [3.0.2](3.0.1...3.0.2) (2023-02-20)

* chore(release): Bump package

* chore(release): 3.0.2 [skip ci]

## [3.0.2](3.0.1...3.0.2) (2023-02-20)

* build(deps-dev): Bump @types/uuid from 9.0.0 to 9.0.1

Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) from 9.0.0 to 9.0.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid)

---
updated-dependencies:
- dependency-name: "@types/uuid"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps-dev): Bump @types/node from 18.14.0 to 18.14.2

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.0 to 18.14.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: Add included files to package.json for NPM package

* bump package

* Update CHANGELOG.md

* Fix workflow

* Update test.yml

* build(deps-dev): Bump @types/node from 18.14.0 to 18.14.2

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.0 to 18.14.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(release): 3.0.2-develop.2 [skip ci]

## [3.0.2-develop.2](3.0.2-develop.1...3.0.2-develop.2) (2023-02-27)

* bump package

* chore(release): 3.0.2-develop.3 [skip ci]

## [3.0.2-develop.3](3.0.2-develop.2...3.0.2-develop.3) (2023-02-27)

* chore: Bump package lock

* chore(release): 3.0.2 [skip ci]

## [3.0.2](3.0.1...3.0.2) (2023-02-28)

* feat: Updated ts-proto package

* chore(release): 3.1.0-develop.1 [skip ci]

## [3.1.0-develop.1](3.0.2-develop.3...3.1.0-develop.1) (2023-02-28)

### Features

* Updated ts-proto package ([72e5bcf](72e5bcf))

* chore(release): 3.1.0 [skip ci]

## [3.1.0](3.0.1...3.1.0) (2023-02-28)

### Features

* Updated ts-proto package ([72e5bcf](72e5bcf))

* chore(release): 3.1.1 [skip ci]

## [3.1.1](3.1.0...3.1.1) (2023-02-28)

* chore(deps-dev): Bump @types/node to 18.14.4

* build(deps-dev): Bump @types/node from 18.14.4 to 18.14.6

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.4 to 18.14.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump package

* chore(release): 3.1.2-develop.1 [skip ci]

## [3.1.2-develop.1](3.1.1...3.1.2-develop.1) (2023-03-09)

* feat: Update @cheqd/ts-proto from 3.1.2 to 3.1.3 (#151)

* feat: Update @cheqd/ts-proto from 3.1.2 to 3.1.3

* Update package-lock.json

* Delete test.yml

* Move npm test to build

* Update build.yml

* Add npm ci to test job

* chore(release): 3.2.0 [skip ci]

## [3.2.0](3.1.1...3.2.0) (2023-03-09)

### Features

* Update @cheqd/ts-proto from 3.1.2 to 3.1.3 ([#151](#151)) ([f6ac275](f6ac275))

* Update package-lock.json

* Update package-lock.json

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>

* build: Bump deps to latest where relevant

* build: Switched to distinct tag format

* build: Switched to explicit def

* chore(release): 1.0.0 [skip ci]

## 1.0.0 (2023-04-03)

### ⚠ BREAKING CHANGES

* Transition to ESM as hybrid package (#133)
* On track with v1 on-ledger release (#115)

### Features

* Add createDidPayloadWithSignInputs util [DEV-1587] ([#49](#49)) ([e332f56](e332f56))
* Add localnet in test workflow ([e498193](e498193))
* Added querier as service capability ([#129](#129)) ([71faac7](71faac7))
* **api:** Basic api design & extension plans, TBC ([9c24549](9c24549))
* **did:** Added automated did creation tests & fixes, refactors ([bcfc198](bcfc198))
* **did:** Added multiple verification method support & `uuid` did url support ([d35f007](d35f007))
* Integrate V2 protos ([7fe20bd](7fe20bd))
* On track with v1 on-ledger release ([#115](#115)) ([1ef3a07](1ef3a07))
* **registry:** Fixed registration logic & improved extensibility ([3d76466](3d76466))
* Remove amino encoding workaround in resource ([2754a97](2754a97))
* Remove file-type ([#163](#163)) ([3d2e46a](3d2e46a))
* Resolve review suggestions ([b984ef4](b984ef4))
* Resources support [DEV-1616] ([#18](#18)) ([40bb485](40bb485))
* **sdk:** Added base constructor manager class ([441bfa3](441bfa3))
* **signer:** Added pre-test implementation of `DidTxSigner` ([924d9ec](924d9ec))
* **tests:** Added more signer coverage ([59a88eb](59a88eb))
* **tests:** Added stable round of SDK tests ([fa31daa](fa31daa))
* Update @cheqd/ts-proto from 3.1.2 to 3.1.3 ([#151](#151)) ([f6ac275](f6ac275))
* Update indyStyle identifier ([e12226d](e12226d))
* Update proto && Accept did core spec input [DEV-2113] ([#111](#111)) ([f2f710a](f2f710a)), closes [#114](#114)
* Update signature conversion ([2824bcb](2824bcb))
* Update test rpcUrl ([3903c62](3903c62))
* Update tests ([242e82f](242e82f))
* Update tests and utils ([6075594](6075594))
* Updated ts-proto package ([72e5bcf](72e5bcf))
* Upgrade ts-proto && Support Deactivate DID ([46a57ea](46a57ea))
* **utils:** Added utils & interoperability improvements ([d0f5f4d](d0f5f4d))

### Bug Fixes

* Bugfix on conditional context injection ([6497799](6497799))
* Bugfix on conditional context injection ([#142](#142)) ([b09c681](b09c681))
* Bugfix on conditional context injection ([#143](#143)) ([854232c](854232c))
* **build:** Added deep level support of iterables ([1aeaea3](1aeaea3))
* **build:** Fixed build type declarations standalones ([ffadfe5](ffadfe5))
* Bump dependencies to latest ts-proto upstream ([3762c9f](3762c9f))
* Client determined MIME type auto fee generation ([#117](#117)) ([3ba673d](3ba673d))
* **deps:** Downgraded `uint8arrays` due to export config clash ([2e30906](2e30906))
* **deps:** Fixed dev deps in scope of semantic release ([721b488](721b488))
* **deps:** Fixed imports deriving from bumps ([2cccc75](2cccc75))
* **exports:** Fixed lib exports ([f17dbe3](f17dbe3))
* Handle empty address condition ([#125](#125)) ([6c1080b](6c1080b))
* **keys:** Added deep equality lambda ([edcc15f](edcc15f))
* Minor issue ([e060576](e060576))
* Removed traces of directory imports ([#135](#135)) ([9a5d53c](9a5d53c))
* **tests:** Removed experimental versioning ([93b714c](93b714c))
* **types:** Fixed type mismatch on compilation ([c0cfbd5](c0cfbd5))
* typo ([463ac62](463ac62))

### Performance Improvements

* **helpers:** Added env-specific utils exports ([4957f44](4957f44))

### Build System

* Transition to ESM as hybrid package ([#133](#133)) ([a832043](a832043))

* build: Revert to bare tag

* Revert "chore(release): 1.0.0 [skip ci]"

This reverts commit bfd73df.

* build: Switched history to match explicit versioning

* chore(release): 3.2.1 [skip ci]

## [3.2.1](3.2.0-commonjs...3.2.1-commonjs) (2023-04-03)

* feat: Add @cosmjs/crypto as direct dependency (#174)

* chore(release): 3.3.0 [skip ci]

## [3.3.0](3.2.1-commonjs...3.3.0-commonjs) (2023-04-03)

### Features

* Add @cosmjs/crypto as direct dependency ([#174](#174)) ([9af5faf](9af5faf))

* build: Update ts-proto to cjs (#176)

* chore(release): 3.3.1 [skip ci]

## [3.3.1](3.3.0-commonjs...3.3.1-commonjs) (2023-04-06)

* feat: Bump resource gas (#178)

* chore(release): 3.4.0 [skip ci]

## [3.4.0](3.3.1-commonjs...3.4.0-commonjs) (2023-04-14)

### Features

* Bump resource gas ([#178](#178)) ([a67b3e1](a67b3e1))

* Sync everything else

* Bump

* feat: Bump resource fee (#181)

* chore(release): Update installation instructions

* feat(docs): Attempt v3.5.0 bump

* chore(docs): Attempt release again

* chore(release): Update installation instructions

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com>
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: DaevMithran <61043607+DaevMithran@users.noreply.github.com>
Co-authored-by: DaevMithran <daevmithran1999@gmail.com>
cheqd-bot bot pushed a commit that referenced this pull request Apr 14, 2023
## [2.2.0](2.1.0...2.2.0) (2023-04-14)

### Features

* Backport CommonJS releases to release/2.x branch ([#183](#183)) ([a1e0424](a1e0424)), closes [#132](#132) [#178](#178) [#178](#178) [#176](#176) [#174](#174) [#174](#174) [#133](#133) [#115](#115) [#49](#49) [#129](#129) [#115](#115) [#163](#163) [#18](#18) [#151](#151) [#114](#114) [#142](#142) [#143](#143) [#117](#117) [#125](#125) [#135](#135) [#133](#133) [#167](#167) [#144](#144) [#145](#145) [#151](#151) [#151](#151) [#157](#157) [#163](#163) [#151](#151) [#151](#151) [#150](#150) [#149](#149) [#148](#148) [#146](#146) [#145](#145) [#144](#144) [#142](#142) [#143](#143) [#143](#143) [#142](#142) [#142](#142) [#140](#140) [#139](#139) [#133](#133) [#135](#135) [#133](#133) [#137](#137) [#136](#136) [#135](#135) [#135](#135) [#134](#134) [#133](#133) [#133](#133) [#133](#133) [#132](#132)

### Bug Fixes

* Broken release/2.x branch tests ([#186](#186)) ([86da499](86da499)), closes [#132](#132) [#133](#133) [#133](#133) [#133](#133) [#134](#134) [#135](#135) [#135](#135) [#136](#136) [#133](#133) [#135](#135) [#133](#133) [#139](#139) [#140](#140)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

2 participants