forked from Mirrors/doipjs
Release 0.15.2
This commit is contained in:
parent
336f4dd3c9
commit
2398fcba7b
4 changed files with 7 additions and 3 deletions
|
@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.15.2] - 2022-02-25
|
||||||
|
### Fixed
|
||||||
|
- OpenPGP 5 migration issue
|
||||||
|
|
||||||
## [0.15.1] - 2022-02-25
|
## [0.15.1] - 2022-02-25
|
||||||
### Fixed
|
### Fixed
|
||||||
- CI/CD issues
|
- CI/CD issues
|
||||||
|
|
2
dist/doip.js
vendored
2
dist/doip.js
vendored
File diff suppressed because one or more lines are too long
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",
|
"name": "doipjs",
|
||||||
"version": "0.15.1",
|
"version": "0.15.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",
|
||||||
"browser": "./dist/doip.min.js",
|
"browser": "./dist/doip.min.js",
|
||||||
|
|
Loading…
Reference in a new issue