Skip to content

Commit

Permalink
Release v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Semanticore Bot authored and mathiasschopmans committed Mar 14, 2024
1 parent c267082 commit 88a7eb5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## Version v4.1.0 (2024-03-14)

### Features

- throw error if no single radar item was found (c267082c)
- add custom.css support (1a7ea352)
- add social icon GitLab (76b5c38e)
- reintroduce `config.toggles` to hide parts of the radar and change behaviour (92b7c282)
- improve config values by extending default config (04053c67)

### Fixes

- allow tags to be optional in items (5750723c)

### Chores and tidying

- update dependencies (f94c94ff)
- update dependencies (3c982420)
- commit updated package-lock.json (c5186353)

## Version v4.0.2 (2024-03-13)

### Fixes
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-rc.1",
"version": "4.1.0",
"bin": {
"techradar": "./bin/techradar.js"
},
Expand Down

0 comments on commit 88a7eb5

Please sign in to comment.