Release v4.0.2

This commit is contained in:
Semanticore Bot
2024-03-13 09:25:06 +00:00
committed by Mathias Schopmans
parent 9381aa9d4d
commit f4c3243022
2 changed files with 12 additions and 1 deletions

View File

@@ -1,5 +1,16 @@
# Changelog
## Version v4.0.2 (2024-03-13)
### Fixes
- remove empty revisions to fix typescript error and use default flag for first release (9381aa9d)
- avoid line-breaks before flag and improve responsive lists (b6b4709e)
### Chores and tidying
- improve output on markdown parsing errors (858e10b7)
## Version v4.0.1 (2024-03-12)
### Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "aoe_technology_radar",
"version": "4.0.1",
"version": "4.0.2",
"bin": {
"techradar": "./bin/techradar.js"
},