Release v4.4.0

This commit is contained in:
Semanticore Bot
2024-07-01 09:52:58 +00:00
committed by Stefan Rotsch
parent 717bc23899
commit 1c9bfa3515
2 changed files with 16 additions and 1 deletions

View File

@@ -1,5 +1,20 @@
# Changelog # Changelog
## Version v4.4.0 (2024-07-01)
### Features
- add `jsFile` option to include custom JavaScript (6a5b8637)
### Fixes
- **css:** increase ol padding to accommodate two-digit list items (a443aef0)
### Chores and tidying
- update dependencies (717bc238)
- update dependencies and sync version (cca35eaa)
## Version v4.3.0 (2024-03-26) ## Version v4.3.0 (2024-03-26)
### Features ### Features

View File

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