mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 14:39:28 -07:00
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).
|
||||
|
||||
## [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
|
||||
|
||||
|
|
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",
|
||||
"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",
|
||||
|
|
Loading…
Reference in a new issue