mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 14:39:28 -07:00
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]
|
||||
|
||||
## [0.13.0] - 2021-07-26
|
||||
### Added
|
||||
- Lichess.org claim verification
|
||||
|
||||
## [0.12.9] - 2021-06-03
|
||||
### Fixed
|
||||
- Typo during claim generation
|
||||
|
|
1415
dist/doip.js
vendored
1415
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",
|
||||
"version": "0.12.9",
|
||||
"version": "0.13.0",
|
||||
"description": "Decentralized OpenPGP Identity Proofs library in Node.js",
|
||||
"main": "src/index.js",
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue