We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9683aa6 commit 408d8daCopy full SHA for 408d8da
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## Version v4.6.1 (2025-03-26)
4
+
5
+### Fixes
6
7
+- define user's config as DeepPartial (9683aa6d)
8
9
+### Chores and tidying
10
11
+- **deps:** update next to 15.2.4 and eslint to 9.23.0 (375eea2b)
12
+- release v4.6.0 (3fd82879)
13
14
## Version v4.6.0 (2025-03-14)
15
16
### Features
package.json
@@ -1,6 +1,6 @@
{
"name": "aoe_technology_radar",
- "version": "4.6.0",
+ "version": "4.6.1",
"bin": {
"techradar": "./bin/techradar.js"
},
0 commit comments