We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61eff6d commit 39a39d6Copy full SHA for 39a39d6
CHANGELOG.md
@@ -1,5 +1,20 @@
1
# Changelog
2
3
+## Version v4.6.0 (2025-03-14)
4
+
5
+### Features
6
7
+- add strict mode for data building (3efe7b5b)
8
+- add configuration options for fuse (c844e6dc)
9
10
+### Fixes
11
12
+- forward flags to `npm run build` and adjust README.md (61eff6d4)
13
14
+### Chores and tidying
15
16
+- start new 4.6.0-rc.1 release (864ab225)
17
18
## Version v4.5.0 (2025-03-04)
19
20
### Features
package.json
@@ -1,6 +1,6 @@
{
"name": "aoe_technology_radar",
- "version": "4.6.0-rc.1",
+ "version": "4.6.0",
"bin": {
"techradar": "./bin/techradar.js"
},
0 commit comments