Release 0.18.2

This commit is contained in:
Yarmo Mackenbach 2023-03-08 14:18:16 +01:00
parent 4db27c4876
commit 0d9b91cf62
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1
4 changed files with 1694 additions and 2091 deletions

View file

@ -5,8 +5,14 @@ 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]
### Added
- Forgejo claim verification ## [0.18.2] - 2023-03-08
### Changed
- Use oembed for Twitter verification
### Removed
- query-string dependency
### Fixed
- Matrix URI format
## [0.18.1] - 2022-12-12 ## [0.18.1] - 2022-12-12
### Changed ### Changed

3475
dist/doip.js vendored

File diff suppressed because it is too large Load diff

10
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.1", "version": "0.18.2",
"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",