Skip to content

Commit

Permalink
Release v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Semanticore Bot authored and mathiasschopmans committed Mar 25, 2024
1 parent 4fc9bab commit d8564af
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aoe_technology_radar",
"version": "4.1.0",
"version": "4.2.0",
"bin": {
"techradar": "./bin/techradar.js"
},
Expand Down

0 comments on commit d8564af

Please sign in to comment.