mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 23:09:29 -07:00
chore: Release 3.6.3
This commit is contained in:
parent
d7fce5d236
commit
8a311f5dc6
2 changed files with 8 additions and 1 deletions
|
@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [3.6.3] - 2023-03-27
|
||||||
|
### Added
|
||||||
|
- Basic logging
|
||||||
|
### Changed
|
||||||
|
- Replaced liberapay & kofi with opencollective
|
||||||
|
- Updated doipjs to 0.18.3
|
||||||
|
|
||||||
## [3.6.2] - 2023-03-08
|
## [3.6.2] - 2023-03-08
|
||||||
### Added
|
### Added
|
||||||
- Dark theme
|
- Dark theme
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "keyoxide-web",
|
"name": "keyoxide-web",
|
||||||
"version": "3.6.2",
|
"version": "3.6.3",
|
||||||
"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