Release v4.6.1

This commit is contained in:
Semanticore Bot
2025-03-26 09:11:43 +00:00
committed by Mathias Schopmans
parent 9683aa6d44
commit 408d8daef1
2 changed files with 12 additions and 1 deletions

View File

@@ -1,5 +1,16 @@
# Changelog # Changelog
## Version v4.6.1 (2025-03-26)
### Fixes
- define user's config as DeepPartial (9683aa6d)
### Chores and tidying
- **deps:** update next to 15.2.4 and eslint to 9.23.0 (375eea2b)
- release v4.6.0 (3fd82879)
## Version v4.6.0 (2025-03-14) ## Version v4.6.0 (2025-03-14)
### Features ### Features

View File

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