mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
chore: release 4.2.6
This commit is contained in:
parent
607fee17f9
commit
1607ca684b
2 changed files with 10 additions and 1 deletions
|
@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [4.2.6] - 2024-01-24
|
||||||
|
### Added
|
||||||
|
- Support openpgp4fpr: queries in URL
|
||||||
|
- Proxy routes for openpgp and aspe
|
||||||
|
### Changed
|
||||||
|
- Update doipjs to 1.2.8
|
||||||
|
### Notes
|
||||||
|
- This version notably adds support for OpenPGP and ASPE claim verification.
|
||||||
|
|
||||||
## [4.2.5] - 2023-10-09
|
## [4.2.5] - 2023-10-09
|
||||||
### Changed
|
### Changed
|
||||||
- Update doipjs to 1.2.7
|
- Update doipjs to 1.2.7
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "keyoxide-web",
|
"name": "keyoxide-web",
|
||||||
"version": "4.2.5",
|
"version": "4.2.6",
|
||||||
"description": "Verifying online identity with cryptography",
|
"description": "Verifying online identity with cryptography",
|
||||||
"main": "./src/index.js",
|
"main": "./src/index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
Loading…
Reference in a new issue