mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 22:49:28 -07:00
Release 0.12.2
This commit is contained in:
parent
2676d4445f
commit
b643815fee
4 changed files with 182 additions and 176 deletions
|
@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.12.2] - 2021-04-30
|
||||||
|
## Fixed
|
||||||
|
- Fix Claim constructor handling of object data
|
||||||
|
- Refactor bad properties names
|
||||||
|
|
||||||
## [0.12.1] - 2021-04-26
|
## [0.12.1] - 2021-04-26
|
||||||
## Fixed
|
## Fixed
|
||||||
- Bad interpretation of proxy policy
|
- Bad interpretation of proxy policy
|
||||||
|
|
349
dist/doip.js
vendored
349
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.12.1",
|
"version": "0.12.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": {
|
||||||
|
|
Loading…
Reference in a new issue