chore: release 5.0.1

This commit is contained in:
Yarmo Mackenbach 2024-09-01 12:16:40 +02:00
parent f659d6c4a6
commit 6ba70be491
No known key found for this signature in database
GPG key ID: C248C28D432560ED
3 changed files with 12 additions and 3 deletions

View file

@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [5.0.1] - 2024-09-01
### Changed
- Update doipjs to 2.0.1
- Improve API data validation error message
### Fixed
- Stop function when API response was already sent, which would cause a program crash
### Notes
- In the schema for the profile API response, `/personas/{x}/claims/{y}/matches/{z}/profile/uri` is now a nullable string.
## [5.0.0] - 2024-08-12
### Added
- SystemD service file

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "keyoxide-web",
"version": "5.0.0",
"version": "5.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "keyoxide-web",
"version": "5.0.0",
"version": "5.0.1",
"license": "AGPL-3.0-or-later",
"dependencies": {
"ajv": "^8.6.3",

View file

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