mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 23:09:29 -07:00
Release 3.5.2
This commit is contained in:
parent
42a53369b2
commit
f9b46f1806
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]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [3.5.2] - 2022-12-12
|
||||||
|
### Fixed
|
||||||
|
- Removed obsolete XMPP API parameter
|
||||||
|
|
||||||
## [3.5.1] - 2022-12-12
|
## [3.5.1] - 2022-12-12
|
||||||
### Changed
|
### Changed
|
||||||
- Updated doipjs to 0.18.1
|
- Updated doipjs to 0.18.1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "keyoxide-web",
|
"name": "keyoxide-web",
|
||||||
"version": "3.5.1",
|
"version": "3.5.2",
|
||||||
"description": "A modern, secure and privacy-friendly platform to establish your decentralized online identity",
|
"description": "A modern, secure and privacy-friendly platform to establish your decentralized online identity",
|
||||||
"main": "./src/index.js",
|
"main": "./src/index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
Loading…
Reference in a new issue