mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 22:49:28 -07:00
chore: release 0.19.0
This commit is contained in:
parent
f3f4c96f9b
commit
7f1d972fa7
4 changed files with 8941 additions and 3347 deletions
|
@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.19.0] - 2023-07-04
|
||||
### Added
|
||||
- Support for ASPE protocol
|
||||
### Changed
|
||||
|
@ -15,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- Allowing white space in fingerprint
|
||||
- Use correct format for displaying ActivityPub claims
|
||||
- Missing JSDOC types
|
||||
- JS bundling
|
||||
|
||||
## [0.18.3] - 2023-03-27
|
||||
### Added
|
||||
|
|
12251
dist/doip.js
vendored
12251
dist/doip.js
vendored
File diff suppressed because one or more lines are too long
32
dist/doip.min.js
vendored
32
dist/doip.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "doipjs",
|
||||
"version": "0.18.3",
|
||||
"version": "0.19.0",
|
||||
"description": "Decentralized Online Identity Proofs library in Node.js",
|
||||
"main": "./src/index.js",
|
||||
"packageManager": "yarn@1.22.19",
|
||||
|
|
Loading…
Reference in a new issue