Release v4.0.1
This commit is contained in:
committed by
Mathias Schopmans
parent
0eda733b12
commit
5cd092e164
11
CHANGELOG.md
11
CHANGELOG.md
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user