Release 0.17.0

This commit is contained in:
Yarmo Mackenbach 2022-10-24 21:59:11 +02:00
parent 2d6b02eded
commit cabaa4ec16
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1
4 changed files with 26900 additions and 238 deletions

View file

@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.17.0] - 2022-10-24
### Added
- ActivityPub claim verification
## [0.16.4] - 2022-10-07
### Fixed
- superuser.com not being detected

27093
dist/doip.js vendored

File diff suppressed because it is too large Load diff

17
dist/doip.min.js vendored

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{
"name": "doipjs",
"version": "0.16.4",
"description": "Decentralized OpenPGP Identity Proofs library in Node.js",
"version": "0.17.0",
"description": "Decentralized Online Identity Proofs library in Node.js",
"main": "./src/index.js",
"dependencies": {
"@openpgp/hkp-client": "^0.0.2",