Release 3.5.0

This commit is contained in:
Yarmo Mackenbach 2022-11-17 23:09:14 +01:00
parent adb48770e5
commit 201f48b585
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1
2 changed files with 9 additions and 1 deletions

View file

@ -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

View file

@ -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",