Release 0.15.6

This commit is contained in:
Yarmo Mackenbach 2022-03-28 00:37:33 +02:00
parent 526ba3b348
commit 6e265eb693
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1
4 changed files with 13351 additions and 4 deletions

View file

@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [Unreleased]
## [0.15.6] - 2022-03-27
### Added ### Added
- doip.keys.fetch function (with tests) - doip.keys.fetch function (with tests)

13349
dist/doip.js vendored

File diff suppressed because one or more lines are too long

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.15.5", "version": "0.15.6",
"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": {