Release 0.16.2

This commit is contained in:
Yarmo Mackenbach 2022-09-21 19:44:55 +02:00
parent 26d9b3108f
commit c7152c87d7
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1
4 changed files with 2743 additions and 162 deletions

View file

@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.16.2] - 2022-09-21
### Added
- Support for hashed proofs
## [0.16.1] - 2022-09-10 ## [0.16.1] - 2022-09-10
### Changed ### Changed
- Updated dependencies - Updated dependencies

2877
dist/doip.js vendored

File diff suppressed because one or more lines are too long

22
dist/doip.min.js vendored

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
{ {
"name": "doipjs", "name": "doipjs",
"version": "0.16.1", "version": "0.16.2",
"description": "Decentralized OpenPGP Identity Proofs library in Node.js", "description": "Decentralized OpenPGP Identity Proofs library in Node.js",
"main": "./src/index.js", "main": "./src/index.js",
"dependencies": { "dependencies": {