chore: release 4.1.0

This commit is contained in:
Yarmo Mackenbach 2023-09-18 18:04:08 +02:00
parent 494b93bf5c
commit a28f1bba96
No known key found for this signature in database
GPG key ID: 3C57D093219103A3
3 changed files with 14 additions and 6 deletions

View file

@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [4.1.0] - 2023-09-18
### Changed
- Redesign
- Update doipjs to 1.0.1
- Update node to 20
- Make https scheme for proxy calls optional
- Display site version in footer
## [4.0.2] - 2023-09-12 ## [4.0.2] - 2023-09-12
### Fixed ### Fixed
- Handle doip promise rejection - Handle doip promise rejection

View file

@ -1,6 +1,6 @@
{ {
"name": "keyoxide-web", "name": "keyoxide-web",
"version": "4.0.2", "version": "4.1.0",
"description": "Verifying online identity with cryptography", "description": "Verifying online identity with cryptography",
"main": "./src/index.js", "main": "./src/index.js",
"type": "module", "type": "module",
@ -8,7 +8,7 @@
"ajv": "^8.6.3", "ajv": "^8.6.3",
"bent": "^7.3.12", "bent": "^7.3.12",
"body-parser": "^1.19.0", "body-parser": "^1.19.0",
"doipjs": "^1.0.0", "doipjs": "^1.0.1",
"dotenv": "^16.0.3", "dotenv": "^16.0.3",
"express": "^4.17.1", "express": "^4.17.1",
"express-validator": "^6.13.0", "express-validator": "^6.13.0",

View file

@ -1825,10 +1825,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 sha512-LLBi6pEqS6Do3EKQ3J0NqHWV5hhb78Pi8vvESYwyOy2c31ZEZVdtitdzsQsKb7878PEERhzUk0ftqGhG6Mz+pQ== integrity sha512-LLBi6pEqS6Do3EKQ3J0NqHWV5hhb78Pi8vvESYwyOy2c31ZEZVdtitdzsQsKb7878PEERhzUk0ftqGhG6Mz+pQ==
doipjs@^1.0.0: doipjs@^1.0.1:
version "1.0.0" version "1.0.1"
resolved "https://registry.yarnpkg.com/doipjs/-/doipjs-1.0.0.tgz#cb0fe9f324a8c3cd3ddb0a4bec009c772f06ab1e" resolved "https://registry.yarnpkg.com/doipjs/-/doipjs-1.0.1.tgz#72b3e8eaf042a8542763d82eddd171165ad62d5e"
integrity sha512-KUIbHBE5fdIose6mml9uf4rd5m7cz2g3929DPs1EZamHV/V0M8RgUhGC4u6QGYYHREDrG3fOj43V9RrCG4hv5A== integrity sha512-mWbZ4hlP6KVDYljLhpJMNREC2Rx/3r2EjN7TrblC4OQ80934eD0cGty4INY89mRcz3jEj1lOsULWsPr63uyYzw==
dependencies: dependencies:
"@openpgp/hkp-client" "^0.0.3" "@openpgp/hkp-client" "^0.0.3"
"@openpgp/wkd-client" "^0.0.4" "@openpgp/wkd-client" "^0.0.4"