chore: Release 3.6.3

This commit is contained in:
Yarmo Mackenbach 2023-03-27 18:49:29 +02:00
parent d7fce5d236
commit 8a311f5dc6
2 changed files with 8 additions and 1 deletions

View file

@ -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

View file

@ -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",