mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 22:49:28 -07:00
Release 0.18.2
This commit is contained in:
parent
4db27c4876
commit
0d9b91cf62
4 changed files with 1694 additions and 2091 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -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
|
||||||
|
|
3763
dist/doip.js
vendored
3763
dist/doip.js
vendored
File diff suppressed because it is too large
Load diff
10
dist/doip.min.js
vendored
10
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.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",
|
||||||
|
|
Loading…
Reference in a new issue