Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5cd092e

Browse files
Semanticore Botmathiasschopmans
Semanticore Bot
authored andcommittedMar 12, 2024·
Release v4.0.1
1 parent 0eda733 commit 5cd092e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
 

‎CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## Version v4.0.1 (2024-03-12)
4+
5+
### Fixes
6+
7+
- unignore data files to include them in npm package (0eda733b)
8+
- remove `private`-flag from package.json (eb440902)
9+
10+
### Chores and tidying
11+
12+
- update commitlint dependencies (60b0c0e1)
13+
314
## Version v4.0.0 (2024-03-11)
415

516
Version 4.0.0 is a complete rewrite of the AOE Technology Radar. It is now based

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aoe_technology_radar",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"bin": {
55
"techradar": "./bin/techradar.js"
66
},

0 commit comments

Comments
 (0)
Please sign in to comment.