Release 0.5.2

This commit is contained in:
Yarmo Mackenbach 2020-11-20 19:42:05 +01:00
parent b2503bfcab
commit 45cb9918e5
5 changed files with 15 additions and 3 deletions

View file

@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.5.2] - 2020-11-20
### Fixed
- Claim verification regex
## [0.5.1] - 2020-11-20 ## [0.5.1] - 2020-11-20
### Fixed ### Fixed
- Link to bundled openpgp - Link to bundled openpgp

View file

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

View file

@ -1,5 +1,13 @@
# Changelog # Changelog
## 0.5.2
[2020-11-20](https://codeberg.org/keyoxide/doipjs/releases/tag/0.5.2)
### Fixed
- Claim verification regex
## 0.5.1 ## 0.5.1
[2020-11-20](https://codeberg.org/keyoxide/doipjs/releases/tag/0.5.1) [2020-11-20](https://codeberg.org/keyoxide/doipjs/releases/tag/0.5.1)

View file

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

View file

@ -1,6 +1,6 @@
{ {
"name": "doipjs", "name": "doipjs",
"version": "0.5.1", "version": "0.5.2",
"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": {