forked from Mirrors/keyoxide-web
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]
|
||||
|
||||
## [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
|
||||
### Changed
|
||||
- Updated dependencies
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"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",
|
||||
"main": "./src/index.js",
|
||||
"type": "module",
|
||||
|
|
Loading…
Reference in a new issue