Release 0.16.1

This commit is contained in:
Yarmo Mackenbach 2022-09-10 16:23:13 +02:00
parent de1ce5c46b
commit bd4a9d551e
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1
4 changed files with 173 additions and 1631 deletions

View file

@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.16.1] - 2022-09-10
### Changed
- Updated dependencies
### Fixed
- Telegram route input validation
- Use fetch instead of axios for HTTP proofs
## [0.16.0] - 2022-09-10 ## [0.16.0] - 2022-09-10
### Added ### Added
- StackExchange claim verification - StackExchange claim verification

1793
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", "name": "doipjs",
"version": "0.16.0", "version": "0.16.1",
"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": {