Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AOEpeople/aoe_technology_radar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 946b22af8751b480101871e2521b3f2e930ef425
Choose a base ref
..
head repository: AOEpeople/aoe_technology_radar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4ff417f10735ade95677596cd58f513d6a548850
Choose a head ref
Showing with 16 additions and 1 deletion.
  1. +15 −0 CHANGELOG.md
  2. +1 −1 package.json
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# 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)

### Features
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.4.0-rc.1",
"version": "4.4.0",
"bin": {
"techradar": "./bin/techradar.js"
},