mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 23:09:29 -07:00
chore: release 4.1.1
This commit is contained in:
parent
36ff58576b
commit
c272fa7d44
2 changed files with 8 additions and 1 deletions
|
@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [4.1.1] - 2023-09-18
|
||||||
|
### Changed
|
||||||
|
- Update doipjs to 1.1.0
|
||||||
|
### Fixed
|
||||||
|
- Missing rel=me for ambiguous claims
|
||||||
|
- OpenPGP cache logic
|
||||||
|
|
||||||
## [4.1.0] - 2023-09-18
|
## [4.1.0] - 2023-09-18
|
||||||
### Changed
|
### Changed
|
||||||
- Redesign
|
- Redesign
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "keyoxide-web",
|
"name": "keyoxide-web",
|
||||||
"version": "4.1.0",
|
"version": "4.1.1",
|
||||||
"description": "Verifying online identity with cryptography",
|
"description": "Verifying online identity with cryptography",
|
||||||
"main": "./src/index.js",
|
"main": "./src/index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
Loading…
Reference in a new issue