Skip to content

Commit

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

### Bug Fixes

* add exports and typesVersions to package.json ([#54](#54)) ([12bf0c1](12bf0c1))
  • Loading branch information
semantic-release-bot committed Aug 25, 2022
1 parent 12bf0c1 commit e241c74
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.1](https://github.com/uport-project/ethr-did-registry/compare/1.0.0...1.0.1) (2022-08-25)


### Bug Fixes

* add exports and typesVersions to package.json ([#54](https://github.com/uport-project/ethr-did-registry/issues/54)) ([12bf0c1](https://github.com/uport-project/ethr-did-registry/commit/12bf0c1f355d08c55471859edef4e9246ec88b4b))

# [1.0.0](https://github.com/uport-project/ethr-did-registry/compare/v0.0.3...1.0.0) (2022-07-07)


Expand Down
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"name": "ethr-did-registry",
"version": "1.0.0",
"version": "1.0.1",
"description": "A repository storing keys and other data about Ethereum Decentralized Identifiers (DIDs)",
"main": "./dist/index.js",
"exports": "./dist/index.js",
"typesVersions": {
"*": {
"dist/index.d.ts": ["dist/index.d.ts"],
"*": ["./dist/index.d.js"]
"*": {
"dist/index.d.ts": [
"dist/index.d.ts"
],
"*": [
"./dist/index.d.js"
]
}
},
"dependencies": {},
Expand Down

0 comments on commit e241c74

Please sign in to comment.