forked from Mirrors/doipjs
Release 0.16.2
This commit is contained in:
parent
26d9b3108f
commit
c7152c87d7
4 changed files with 2743 additions and 162 deletions
|
@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.16.2] - 2022-09-21
|
||||
### Added
|
||||
- Support for hashed proofs
|
||||
|
||||
## [0.16.1] - 2022-09-10
|
||||
### Changed
|
||||
- Updated dependencies
|
||||
|
|
2877
dist/doip.js
vendored
2877
dist/doip.js
vendored
File diff suppressed because one or more lines are too long
22
dist/doip.min.js
vendored
22
dist/doip.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "doipjs",
|
||||
"version": "0.16.1",
|
||||
"version": "0.16.2",
|
||||
"description": "Decentralized OpenPGP Identity Proofs library in Node.js",
|
||||
"main": "./src/index.js",
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue