chore: release 4.2.3

This commit is contained in:
Yarmo Mackenbach 2023-10-05 17:35:33 +02:00
parent 4d49df981b
commit 28852c74fb
No known key found for this signature in database
GPG key ID: 3C57D093219103A3
2 changed files with 17 additions and 1 deletions

View file

@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [4.2.3] - 2023-10-05
### Added
- Themeable profile pages
- Apps page
### Changed
- Update doipjs to 1.2.5
- Make Dicebear API domain configurable
### Fixed
- Catch errors potentially thrown by function
- Update JSON schemas
- Icon URL generation in profile view
### Notes
- ASP profiles use the Dicebear API to generate avatars. By default, Keyoxide
uses the official api.dicebear.com instance. To use a custom Dicebear instance,
set the DICEBEAR_API_HOSTNAME environment variable to its hostname.
## [4.2.2] - 2023-10-03
### Changed
- Update doipjs to 1.2.2

View file

@ -1,6 +1,6 @@
{
"name": "keyoxide-web",
"version": "4.2.2",
"version": "4.2.3",
"description": "Verifying online identity with cryptography",
"main": "./src/index.js",
"type": "module",