mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 06:49:29 -07:00
chore: release 5.0.1
This commit is contained in:
parent
f659d6c4a6
commit
6ba70be491
3 changed files with 12 additions and 3 deletions
|
@ -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
4
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue