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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.19.0] - 2023-07-04
|
||||||
### Added
|
### Added
|
||||||
- Support for ASPE protocol
|
- Support for ASPE protocol
|
||||||
### Changed
|
### Changed
|
||||||
|
@ -15,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- Allowing white space in fingerprint
|
- Allowing white space in fingerprint
|
||||||
- Use correct format for displaying ActivityPub claims
|
- Use correct format for displaying ActivityPub claims
|
||||||
- Missing JSDOC types
|
- Missing JSDOC types
|
||||||
|
- JS bundling
|
||||||
|
|
||||||
## [0.18.3] - 2023-03-27
|
## [0.18.3] - 2023-03-27
|
||||||
### Added
|
### Added
|
||||||
|
|
12253
dist/doip.js
vendored
12253
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",
|
"name": "doipjs",
|
||||||
"version": "0.18.3",
|
"version": "0.19.0",
|
||||||
"description": "Decentralized Online Identity Proofs library in Node.js",
|
"description": "Decentralized Online Identity Proofs library in Node.js",
|
||||||
"main": "./src/index.js",
|
"main": "./src/index.js",
|
||||||
"packageManager": "yarn@1.22.19",
|
"packageManager": "yarn@1.22.19",
|
||||||
|
|
Loading…
Reference in a new issue