Release 0.15.5

This commit is contained in:
Yarmo Mackenbach 2022-03-25 23:18:37 +01:00
parent 2f28e501ab
commit a67b825fae
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]
## [0.15.5] - 2022-03-25
### Fixed
- Signature profile verification
## [0.15.4] - 2022-03-25
### Fixed
- UserIDs in signature profile processing were undefined

2
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",
"version": "0.15.4",
"version": "0.15.5",
"description": "Decentralized OpenPGP Identity Proofs library in Node.js",
"main": "./src/index.js",
"browser": "./dist/doip.min.js",