Skip to content

Commit

Permalink
chore(release): 4.3.3 [skip ci]
Browse files Browse the repository at this point in the history
## [4.3.3](4.3.2...4.3.3) (2021-04-23)

### Bug Fixes

* strip milliseconds from dateTime strings ([#129](#129)) ([3e958af](3e958af)), closes [#126](#126)
  • Loading branch information
semantic-release-bot committed Apr 23, 2021
1 parent 3e958af commit ae63d14
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.3.3](https://github.com/decentralized-identity/ethr-did-resolver/compare/4.3.2...4.3.3) (2021-04-23)


### Bug Fixes

* strip milliseconds from dateTime strings ([#129](https://github.com/decentralized-identity/ethr-did-resolver/issues/129)) ([3e958af](https://github.com/decentralized-identity/ethr-did-resolver/commit/3e958afc37916aa3f6de3c7e7a8cf41e0718df34)), closes [#126](https://github.com/decentralized-identity/ethr-did-resolver/issues/126)

## [4.3.2](https://github.com/decentralized-identity/ethr-did-resolver/compare/4.3.1...4.3.2) (2021-04-22)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-resolver",
"version": "4.3.2",
"version": "4.3.3",
"description": "Resolve DID documents around ethereum addresses",
"main": "lib/index.umd.js",
"source": "src/index.ts",
Expand Down

0 comments on commit ae63d14

Please sign in to comment.