forked from Mirrors/doipjs
Release 0.17.0
This commit is contained in:
parent
2d6b02eded
commit
cabaa4ec16
4 changed files with 26900 additions and 238 deletions
|
@ -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
27093
dist/doip.js
vendored
File diff suppressed because it is too large
Load diff
17
dist/doip.min.js
vendored
17
dist/doip.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue