forked from Mirrors/keyoxide-web
Release 0.4.1
This commit is contained in:
parent
f3d051b95d
commit
8d8a1f3e29
3 changed files with 524 additions and 1084 deletions
|
@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [3.4.1] - 2022-09-10
|
||||
### Changed
|
||||
- Updated doipjs to 0.16.0
|
||||
|
||||
## [3.4.0] - 2022-09-10
|
||||
### Added
|
||||
- h-card markup to profile pages (thanks to [caesar](https://codeberg.org/caesar) [PR#130](https://codeberg.org/keyoxide/keyoxide-web/pulls/130))
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "keyoxide-web",
|
||||
"version": "3.4.0",
|
||||
"version": "3.4.1",
|
||||
"description": "A modern, secure and privacy-friendly platform to establish your decentralized online identity",
|
||||
"main": "./src/index.js",
|
||||
"type": "module",
|
||||
|
@ -9,7 +9,7 @@
|
|||
"bent": "^7.3.12",
|
||||
"body-parser": "^1.19.0",
|
||||
"dialog-polyfill": "^0.5.6",
|
||||
"doipjs": "^0.15.2",
|
||||
"doipjs": "^0.16",
|
||||
"dotenv": "^8.2.0",
|
||||
"express": "^4.17.1",
|
||||
"express-validator": "^6.13.0",
|
||||
|
|
Loading…
Reference in a new issue