chore: release 4.0.2

This commit is contained in:
Yarmo Mackenbach 2023-09-12 18:40:08 +02:00
parent cc343198b4
commit 0dd591c2c3
No known key found for this signature in database
GPG key ID: 3C57D093219103A3
2 changed files with 6 additions and 1 deletions

View file

@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [4.0.2] - 2023-09-12
### Fixed
- Handle doip promise rejection
- yarn script calls
## [4.0.1] - 2023-08-28 ## [4.0.1] - 2023-08-28
### Fixed ### Fixed
- CI docker builds - CI docker builds

View file

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