Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0](v0.0.3...1.0.0) (2022-07-07)

### Bug Fixes

* update compiler version and remove deprecated entities ([#45](#45)) ([c906383](c906383))

* Merge pull request #53 from uport-project/develop ([210e1a5](210e1a5)), closes [#53](#53) [#12](#12) [#52](#52)

### Features

* add deployments JSON and use an index for the module ([ae9f393](ae9f393))
* adopt hardhat for development ([#46](#46)) ([0ab4f15](0ab4f15))

### BREAKING CHANGES

* Please see #12 and #52
  • Loading branch information
semantic-release-bot committed Jul 7, 2022
1 parent 210e1a5 commit 553374b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# [1.0.0](https://github.com/uport-project/ethr-did-registry/compare/v0.0.3...1.0.0) (2022-07-07)


### Bug Fixes

* update compiler version and remove deprecated entities ([#45](https://github.com/uport-project/ethr-did-registry/issues/45)) ([c906383](https://github.com/uport-project/ethr-did-registry/commit/c90638361a76d247d61ef4e3eb245a78cf587f91))


* Merge pull request #53 from uport-project/develop ([210e1a5](https://github.com/uport-project/ethr-did-registry/commit/210e1a5536e41e453ab6e81db6faee0d4f284f5c)), closes [#53](https://github.com/uport-project/ethr-did-registry/issues/53) [#12](https://github.com/uport-project/ethr-did-registry/issues/12) [#52](https://github.com/uport-project/ethr-did-registry/issues/52)


### Features

* add deployments JSON and use an index for the module ([ae9f393](https://github.com/uport-project/ethr-did-registry/commit/ae9f39381d8a8c1c029a609b88dcaa9a3a951ab7))
* adopt hardhat for development ([#46](https://github.com/uport-project/ethr-did-registry/issues/46)) ([0ab4f15](https://github.com/uport-project/ethr-did-registry/commit/0ab4f151ddde5b7739b97827c4fb901289f57892))


### BREAKING CHANGES

* Please see #12 and #52
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethr-did-registry",
"version": "0.0.4",
"version": "1.0.0",
"description": "A repository storing keys and other data about Ethereum Decentralized Identifiers (DIDs)",
"main": "./dist/index.js",
"dependencies": {},
Expand Down

0 comments on commit 553374b

Please sign in to comment.