forked from Mirrors/doipjs
Release 0.13.0
This commit is contained in:
parent
83f57557b9
commit
9ac89b7323
4 changed files with 736 additions and 687 deletions
|
@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.13.0] - 2021-07-26
|
||||||
|
### Added
|
||||||
|
- Lichess.org claim verification
|
||||||
|
|
||||||
## [0.12.9] - 2021-06-03
|
## [0.12.9] - 2021-06-03
|
||||||
### Fixed
|
### Fixed
|
||||||
- Typo during claim generation
|
- Typo during claim generation
|
||||||
|
|
1391
dist/doip.js
vendored
1391
dist/doip.js
vendored
File diff suppressed because it is too large
Load diff
2
dist/doip.min.js
vendored
2
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.12.9",
|
"version": "0.13.0",
|
||||||
"description": "Decentralized OpenPGP Identity Proofs library in Node.js",
|
"description": "Decentralized OpenPGP Identity Proofs library in Node.js",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in a new issue