Release 3.0.3

This commit is contained in:
Yarmo Mackenbach 2021-06-03 10:26:38 +02:00
parent 730729d948
commit 437e3c2aad
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1
3 changed files with 9 additions and 6 deletions

View file

@ -5,8 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [Unreleased]
## [3.0.3] - 2021-06-03
### Changed ### Changed
- Use libravatar for avatar fetching - Use libravatar for avatar fetching
- Updated doipjs to 0.12.7
### Fixed ### Fixed
- XMPP documentation on vCard editing - XMPP documentation on vCard editing

View file

@ -1,13 +1,13 @@
{ {
"name": "keyoxide-web", "name": "keyoxide-web",
"version": "3.0.2", "version": "3.0.3",
"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": {
"bent": "^7.3.12", "bent": "^7.3.12",
"body-parser": "^1.19.0", "body-parser": "^1.19.0",
"dialog-polyfill": "^0.5.6", "dialog-polyfill": "^0.5.6",
"doipjs": "^0.12.4", "doipjs": "^0.12.7",
"dotenv": "^8.2.0", "dotenv": "^8.2.0",
"express": "^4.17.1", "express": "^4.17.1",
"express-validator": "^6.8.0", "express-validator": "^6.8.0",

View file

@ -1496,10 +1496,10 @@ doctypes@^1.1.0:
resolved "https://registry.yarnpkg.com/doctypes/-/doctypes-1.1.0.tgz#ea80b106a87538774e8a3a4a5afe293de489e0a9" resolved "https://registry.yarnpkg.com/doctypes/-/doctypes-1.1.0.tgz#ea80b106a87538774e8a3a4a5afe293de489e0a9"
integrity sha1-6oCxBqh1OHdOijpKWv4pPeSJ4Kk= integrity sha1-6oCxBqh1OHdOijpKWv4pPeSJ4Kk=
doipjs@^0.12.4: doipjs@^0.12.7:
version "0.12.4" version "0.12.7"
resolved "https://registry.yarnpkg.com/doipjs/-/doipjs-0.12.4.tgz#edd2c5074ebb9d1026ef51d5885052b08204f982" resolved "https://registry.yarnpkg.com/doipjs/-/doipjs-0.12.7.tgz#31890b86930cc3cafa6ea0a79ec58048432bc794"
integrity sha512-HsEeO0WgkWplArs0pNxeAn5PvAnElAL+p/Nj24aPREcYwvD8FyLh+c7+Bqu3Y175IH14t+CYvNRFU6kdnxss9g== integrity sha512-B7dRXkDt+Jn8RIbWAt6VugBzV9YCLCSVyE6d/uXrxmdRENSbR33zyx2jnvpGLDRQN0HdJFKHWxeSDCFP2svZGw==
dependencies: dependencies:
"@xmpp/client" "^0.12.0" "@xmpp/client" "^0.12.0"
"@xmpp/debug" "^0.12.0" "@xmpp/debug" "^0.12.0"