feat: Release 3.6.1

This commit is contained in:
Yarmo Mackenbach 2023-03-02 09:41:28 +01:00
parent 769e256405
commit ea931cbbb8
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1
2 changed files with 5 additions and 1 deletions

View file

@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [3.6.1] - 2023-03-02
### Fixed
- Fix fingerprint sanitization
## [3.6.0] - 2023-03-02 ## [3.6.0] - 2023-03-02
### Added ### Added
- Forum link in page header - Forum link in page header

View file

@ -1,6 +1,6 @@
{ {
"name": "keyoxide-web", "name": "keyoxide-web",
"version": "3.6.0", "version": "3.6.1",
"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",