Release 0.14.0

This commit is contained in:
Yarmo Mackenbach 2021-11-06 19:10:32 +01:00
parent 1867491508
commit d8c78d29fb
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1
4 changed files with 6 additions and 3 deletions

View file

@ -5,6 +5,9 @@ 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).
## [Unreleased]
## [0.14.0] - 2021-11-06
### Added
- Support for ariadne.id notation proofs
## [0.13.0] - 2021-07-26
### Added

2
dist/doip.js vendored
View file

@ -10535,7 +10535,7 @@ exports.process = async (publicKey) => {
usersOutput[i].claims = notations
.filter(
({ name, humanReadable }) =>
humanReadable && name === 'proof@metacode.biz'
humanReadable && (name === 'proof@ariadne.id' || name === 'proof@metacode.biz')
)
.map(
({ value }) =>

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.13.0",
"version": "0.14.0",
"description": "Decentralized OpenPGP Identity Proofs library in Node.js",
"main": "src/index.js",
"dependencies": {