Release 0.16.3

This commit is contained in:
Yarmo Mackenbach 2022-09-30 23:45:13 +02:00
parent 220a70be61
commit 8b83dbd8ed
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1
4 changed files with 7 additions and 3 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.3] - 2022-09-30
### Changed
- Updated dependencies
## [0.16.2] - 2022-09-21 ## [0.16.2] - 2022-09-21
### Added ### Added
- Support for hashed proofs - Support for hashed proofs

2
dist/doip.js vendored
View file

@ -12389,7 +12389,7 @@ module.exports={
"irc-upd": "^0.11.0", "irc-upd": "^0.11.0",
"jsdom": "^20.0.0", "jsdom": "^20.0.0",
"merge-options": "^3.0.3", "merge-options": "^3.0.3",
"openpgp": "^5.0", "openpgp": "^5.5.0",
"query-string": "^6.14.1", "query-string": "^6.14.1",
"valid-url": "^1.0.9", "valid-url": "^1.0.9",
"validator": "^13.5.2" "validator": "^13.5.2"

2
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.2", "version": "0.16.3",
"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": {