forked from Mirrors/doipjs
chore: Release 0.18.3
This commit is contained in:
parent
a6ff593d94
commit
231d93348d
4 changed files with 1312 additions and 401 deletions
|
@ -5,11 +5,15 @@ 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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.18.3] - 2023-03-27
|
||||||
### Added
|
### Added
|
||||||
- OpenCollective claim verification
|
- OpenCollective claim verification
|
||||||
- Keybase claim verification
|
- Keybase claim verification
|
||||||
- GraphQL fetcher protocol
|
- GraphQL fetcher protocol
|
||||||
- HTML entity decoding in proofs
|
- HTML entity decoding in proofs
|
||||||
|
### Changed
|
||||||
|
- Replace devto with forem
|
||||||
### Fixed
|
### Fixed
|
||||||
- forem service provider ambiguity
|
- forem service provider ambiguity
|
||||||
|
|
||||||
|
|
1689
dist/doip.js
vendored
1689
dist/doip.js
vendored
File diff suppressed because one or more lines are too long
12
dist/doip.min.js
vendored
12
dist/doip.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "doipjs",
|
"name": "doipjs",
|
||||||
"version": "0.18.2",
|
"version": "0.18.3",
|
||||||
"description": "Decentralized Online Identity Proofs library in Node.js",
|
"description": "Decentralized Online Identity Proofs library in Node.js",
|
||||||
"main": "./src/index.js",
|
"main": "./src/index.js",
|
||||||
"packageManager": "yarn@1.22.19",
|
"packageManager": "yarn@1.22.19",
|
||||||
|
|
Loading…
Reference in a new issue