Release 0.10.2

This commit is contained in:
Yarmo Mackenbach 2021-03-01 18:35:59 +01:00
parent 95ac04b838
commit a3553ef08d
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1
7 changed files with 88455 additions and 75 deletions

View file

@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.10.2] - 2021-03-01
## Changed
- Make Twitter verification configurable
## [0.10.1] - 2021-01-26
## Fixed
- Polyfill for promise.allSettled

88233
dist/doip.js vendored

File diff suppressed because it is too large Load diff

276
dist/doip.min.js vendored

File diff suppressed because one or more lines are too long

View file

@ -1,4 +1,4 @@
# doip.js <small>0.10.1</small>
# doip.js <small>0.10.2</small>
<img src="doip.png" width="120">

View file

@ -1,5 +1,12 @@
# Changelog
## [0.10.2]
[2021-03-01](https://codeberg.org/keyoxide/doipjs/releases/tag/0.10.2)
## Changed
- Make Twitter verification configurable
## [0.10.1]
[2021-01-13](https://codeberg.org/keyoxide/doipjs/releases/tag/0.10.1)

View file

@ -15,7 +15,7 @@ npm install --save doipjs
Install on website by including the following HTML snippet:
```html
<script src="https://cdn.jsdelivr.net/npm/doipjs@0.10.1/dist/doip.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/doipjs@0.10.2/dist/doip.min.js"></script>
```
Next step: [quick start (Node.js)](quickstart-nodejs.md) and [quick start (browser)](quickstart-browser.md)

View file

@ -1,6 +1,6 @@
{
"name": "doipjs",
"version": "0.10.1",
"version": "0.10.2",
"description": "Decentralized OpenPGP Identity Proofs library in Node.js",
"main": "src/index.js",
"dependencies": {