chore: release 4.0.1

This commit is contained in:
Yarmo Mackenbach 2023-08-28 14:48:42 +02:00
parent 7f432d40ec
commit 44f9664300
No known key found for this signature in database
GPG key ID: 3C57D093219103A3
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]
## [4.0.1] - 2023-08-28
### Fixed
- CI docker builds
## [4.0.0] - 2023-08-28
### Added
- ASPE support

View file

@ -1,6 +1,6 @@
{
"name": "keyoxide-web",
"version": "4.0.0",
"version": "4.0.1",
"description": "Verifying online identity with cryptography",
"main": "./src/index.js",
"type": "module",