mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
Release 3.0.4
This commit is contained in:
parent
84a56c7440
commit
f930d96b5f
2 changed files with 7 additions and 1 deletions
|
@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [3.0.4] - 2021-06-03
|
||||||
|
### Changed
|
||||||
|
- Updated doipjs to 0.12.9
|
||||||
|
### Fixed
|
||||||
|
- Hide claims without matches
|
||||||
|
|
||||||
## [3.0.3] - 2021-06-03
|
## [3.0.3] - 2021-06-03
|
||||||
### Changed
|
### Changed
|
||||||
- Use libravatar for avatar fetching
|
- Use libravatar for avatar fetching
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "keyoxide-web",
|
"name": "keyoxide-web",
|
||||||
"version": "3.0.3",
|
"version": "3.0.4",
|
||||||
"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": "index.js",
|
"main": "index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in a new issue