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]
|
## [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
|
## [3.6.1] - 2023-03-02
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fix fingerprint sanitization
|
- Fix fingerprint sanitization
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "keyoxide-web",
|
"name": "keyoxide-web",
|
||||||
"version": "3.6.1",
|
"version": "3.6.2",
|
||||||
"description": "A modern, secure and privacy-friendly platform to establish your decentralized online identity",
|
"description": "Verifying online identity with cryptography",
|
||||||
"main": "./src/index.js",
|
"main": "./src/index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in a new issue