mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
chore: release 4.2.0
This commit is contained in:
parent
4fb8302cc9
commit
cd629fabb9
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [4.2.0] - 2023-09-23
|
||||
### Added
|
||||
- Profile request rate limiter (experimental; opt-in)
|
||||
### Changed
|
||||
- Update doipjs to 1.2.1
|
||||
- Add logging to OpenPGP profile creation
|
||||
- Add debug data to logs
|
||||
### Fixed
|
||||
- Make hash utils aware of ASPE
|
||||
|
||||
## [4.1.1] - 2023-09-21
|
||||
### Changed
|
||||
- Update doipjs to 1.1.0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "keyoxide-web",
|
||||
"version": "4.1.1",
|
||||
"version": "4.2.0",
|
||||
"description": "Verifying online identity with cryptography",
|
||||
"main": "./src/index.js",
|
||||
"type": "module",
|
||||
|
|
Loading…
Reference in a new issue