Release v4.3.0

This commit is contained in:
Semanticore Bot
2024-03-26 08:51:39 +00:00
committed by Mathias Schopmans
parent 8c407ca069
commit ca863fe877
2 changed files with 12 additions and 1 deletions

View File

@@ -1,5 +1,16 @@
# Changelog
## Version v4.3.0 (2024-03-26)
### Features
- add configurable meta description for homepage (8c407ca0)
- support alternative logos like png (d254ec1a)
### Fixes
- mention basePath in local URL and set default to /techradar (969306c7)
## Version v4.2.0 (2024-03-25)
### Features

View File

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