mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 23:09:29 -07:00
Release 3.5.0
This commit is contained in:
parent
adb48770e5
commit
201f48b585
2 changed files with 9 additions and 1 deletions
|
@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [3.5.0] - 2022-11-17
|
||||||
|
### Added
|
||||||
|
- Request proxy API endpoint
|
||||||
|
- Standard coding style
|
||||||
|
### Changed
|
||||||
|
- Restructured source code
|
||||||
|
- Updated dependencies
|
||||||
|
|
||||||
## [3.4.18] - 2022-10-27
|
## [3.4.18] - 2022-10-27
|
||||||
### Changed
|
### Changed
|
||||||
- Updated dependencies
|
- Updated dependencies
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "keyoxide-web",
|
"name": "keyoxide-web",
|
||||||
"version": "3.4.18",
|
"version": "3.5.0",
|
||||||
"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