Release 0.16.0

This commit is contained in:
Yarmo Mackenbach 2022-09-10 12:35:18 +02:00
parent b973161bfb
commit 06e52d9182
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1
4 changed files with 1727 additions and 184 deletions

View file

@ -5,9 +5,12 @@ 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.16.0] - 2022-09-10
### Added
- StackExchange claim verification
- Telegram claim verification (thanks [Goldstein](https://codeberg.org/Goldstein)!)
- HTTP proof support
### Fixed
- Fix XMPP fetcher logic
### Removed

1904
dist/doip.js vendored

File diff suppressed because it is too large Load diff

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