forked from Mirrors/keyoxide-web
chore: release 4.2.1
This commit is contained in:
parent
72e18ac7dd
commit
526e69809c
2 changed files with 5 additions and 1 deletions
|
@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [4.2.1] - 2023-09-23
|
||||
### Fixed
|
||||
- Tweak the rate limiter parameters
|
||||
|
||||
## [4.2.0] - 2023-09-23
|
||||
### Added
|
||||
- Profile request rate limiter (experimental; opt-in)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "keyoxide-web",
|
||||
"version": "4.2.0",
|
||||
"version": "4.2.1",
|
||||
"description": "Verifying online identity with cryptography",
|
||||
"main": "./src/index.js",
|
||||
"type": "module",
|
||||
|
|
Loading…
Reference in a new issue