mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
chore: release 4.0.0
This commit is contained in:
parent
0ea467ab3b
commit
4e0562a2db
2 changed files with 13 additions and 1 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [4.0.0] - 2023-08-28
|
||||
### Added
|
||||
- ASPE support
|
||||
- Rome linting and formatting
|
||||
- API v3
|
||||
### Changed
|
||||
- Updated doipjs to 1.0.0
|
||||
### Fixed
|
||||
- Missing primaryUserIndex
|
||||
### Removed
|
||||
- API v0, v1, v2
|
||||
|
||||
## [3.6.4] - 2023-03-27
|
||||
### Fixed
|
||||
- Missing /graphql proxy API endpoint
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "keyoxide-web",
|
||||
"version": "3.6.4",
|
||||
"version": "4.0.0",
|
||||
"description": "Verifying online identity with cryptography",
|
||||
"main": "./src/index.js",
|
||||
"type": "module",
|
||||
|
|
Loading…
Reference in a new issue