chore: release 0.19.0

This commit is contained in:
Yarmo Mackenbach 2023-07-04 12:23:09 +02:00
parent f3f4c96f9b
commit 7f1d972fa7
No known key found for this signature in database
GPG key ID: 3C57D093219103A3
4 changed files with 8941 additions and 3347 deletions

View file

@ -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

11893
dist/doip.js vendored

File diff suppressed because one or more lines are too long

12
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.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",