Release 0.15.3

This commit is contained in:
Yarmo Mackenbach 2022-03-22 13:47:04 +01:00
parent 33663407ab
commit 28fb2694b3
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1
4 changed files with 8 additions and 4 deletions

View file

@ -6,7 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.15.2] - 2022-02-25 ## [0.15.3] - 2022-03-22
### Updated
- Bump dependencies
## [0.15.3] - 2022-02-25
### Fixed ### Fixed
- OpenPGP 5 migration issue - OpenPGP 5 migration issue

2
dist/doip.js vendored

File diff suppressed because one or more lines are too long

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.15.2", "version": "0.15.3",
"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",
"browser": "./dist/doip.min.js", "browser": "./dist/doip.min.js",