Release v4.0.1

This commit is contained in:
Semanticore Bot
2024-03-12 10:11:21 +00:00
committed by Mathias Schopmans
parent 0eda733b12
commit 5cd092e164
2 changed files with 12 additions and 1 deletions

View File

@@ -1,5 +1,16 @@
# Changelog # Changelog
## Version v4.0.1 (2024-03-12)
### Fixes
- unignore data files to include them in npm package (0eda733b)
- remove `private`-flag from package.json (eb440902)
### Chores and tidying
- update commitlint dependencies (60b0c0e1)
## Version v4.0.0 (2024-03-11) ## Version v4.0.0 (2024-03-11)
Version 4.0.0 is a complete rewrite of the AOE Technology Radar. It is now based Version 4.0.0 is a complete rewrite of the AOE Technology Radar. It is now based

View File

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