chore: Release 0.18.3

This commit is contained in:
Yarmo Mackenbach 2023-03-27 17:44:46 +02:00
parent a6ff593d94
commit 231d93348d
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1
4 changed files with 1312 additions and 401 deletions

View file

@ -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).
## [Unreleased]
## [0.18.3] - 2023-03-27
### Added
- OpenCollective claim verification
- Keybase claim verification
- GraphQL fetcher protocol
- HTML entity decoding in proofs
### Changed
- Replace devto with forem
### Fixed
- forem service provider ambiguity

1695
dist/doip.js vendored

File diff suppressed because one or more lines are too long

12
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.18.2",
"version": "0.18.3",
"description": "Decentralized Online Identity Proofs library in Node.js",
"main": "./src/index.js",
"packageManager": "yarn@1.22.19",