Skip to content

Commit

Permalink
chore(release): 1.2.0-develop.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.0-develop.1](1.1.3-develop.1...1.2.0-develop.1) (2023-01-03)

### Features

* Create address from mnemonic ([f706427](f706427))
* integrate v2 protos && support resource creation ([53d9f20](53d9f20))
* Integrate v2protos ([#53](#53)) ([4b416a1](4b416a1))
* Support deactivate did tx ([ea4b28f](ea4b28f))
* Support mnemonic secret && Update validation and swagger ([c5bafed](c5bafed))
  • Loading branch information
semantic-release-bot committed Jan 3, 2023
1 parent 4b416a1 commit 09d46a6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.2.0-develop.1](https://github.com/cheqd/did-registrar/compare/1.1.3-develop.1...1.2.0-develop.1) (2023-01-03)


### Features

* Create address from mnemonic ([f706427](https://github.com/cheqd/did-registrar/commit/f7064272b95d7486e97aa6293ef8122823128923))
* integrate v2 protos && support resource creation ([53d9f20](https://github.com/cheqd/did-registrar/commit/53d9f2065e2163a2958e4b505458b68c3b32a5c6))
* Integrate v2protos ([#53](https://github.com/cheqd/did-registrar/issues/53)) ([4b416a1](https://github.com/cheqd/did-registrar/commit/4b416a18d6174dd06edc9f20b2ffe99c2056f38e))
* Support deactivate did tx ([ea4b28f](https://github.com/cheqd/did-registrar/commit/ea4b28f7a42f666e75f377595a79ac443dec39ac))
* Support mnemonic secret && Update validation and swagger ([c5bafed](https://github.com/cheqd/did-registrar/commit/c5bafed3f294637f3389789d21740d25634951f9))

## [1.1.3-develop.1](https://github.com/cheqd/did-registrar/compare/1.1.2...1.1.3-develop.1) (2022-10-26)

## [1.1.2](https://github.com/cheqd/did-registrar/compare/1.1.1...1.1.2) (2022-10-21)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cheqd/did-registrar",
"version": "1.1.3-develop.1",
"version": "1.2.0-develop.1",
"description": "Universal Registrar for cheqd DID method",
"homepage": "https://github.com/cheqd/did-registrar#readme",
"license": "Apache-2.0",
Expand Down

0 comments on commit 09d46a6

Please sign in to comment.