Release 0.13.0

This commit is contained in:
Yarmo Mackenbach 2021-07-26 11:41:34 +02:00
parent 83f57557b9
commit 9ac89b7323
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1
4 changed files with 736 additions and 687 deletions

View file

@ -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

File diff suppressed because it is too large Load diff

2
dist/doip.min.js vendored

File diff suppressed because one or more lines are too long

View file

@ -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": {