Release v4.2.0

This commit is contained in:
Semanticore Bot
2024-03-25 09:46:56 +00:00
committed by Mathias Schopmans
parent 4fc9babfd1
commit d8564afb41
2 changed files with 19 additions and 1 deletions

View File

@@ -1,5 +1,23 @@
# Changelog
## Version v4.2.0 (2024-03-25)
### Features
- add sitemap.xml (a8172e65)
- allow to change order of sections on main page (7c08e520)
### Fixes
- use webpack for dev-server to keep consistent css-module classnames (335ecf6d)
### Chores and tidying
- **deps:** update @types/react (4fc9babf)
- **deps:** update dependencies (43513bb1)
- **deps:** update dependencies (3dff4eda)
- add key attribute to homepage components and remove superfluous deep-merge (7dfd28bd)
## Version v4.1.0 (2024-03-14)
### Features

View File

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