forked from Mirrors/keyoxide-web
Release 3.6.2
This commit is contained in:
parent
f1fbaae26d
commit
e0883445a7
2 changed files with 10 additions and 2 deletions
|
@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [3.6.2] - 2023-03-08
|
||||
### Added
|
||||
- Dark theme
|
||||
- Kofi button
|
||||
- Link to keyoxide-mobile project
|
||||
### Changed
|
||||
- Updated doipjs to 0.18.2
|
||||
|
||||
## [3.6.1] - 2023-03-02
|
||||
### Fixed
|
||||
- Fix fingerprint sanitization
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "keyoxide-web",
|
||||
"version": "3.6.1",
|
||||
"description": "A modern, secure and privacy-friendly platform to establish your decentralized online identity",
|
||||
"version": "3.6.2",
|
||||
"description": "Verifying online identity with cryptography",
|
||||
"main": "./src/index.js",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue