From 1b9a210db42d29112dc6b3f19e35826c3e09d10d Mon Sep 17 00:00:00 2001 From: Dan Grebb Date: Tue, 16 Apr 2024 17:10:57 -0400 Subject: [PATCH] chore(release): prepare for 4.0.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1256af56..b8b2632e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ All notable changes to this project will be documented in this file. +## [4.0.0] - 2024-04-16 + +### 💡 Features + +- ***(front)*** [**breaking**] Upgrade to and refactor frontend for eslint@9.0.0 (#1268) + +### 🐛 Bug Fixes + +- ***(back)*** Add base /admin path to redirect middleware +- ***(front)*** Upgrade dependencies and address CVE-2024-31207 +- ***(front)*** Handle empty figcaption for animated images + +### 💚 Continuous Integration + +- ***(github)*** Set AI PR review workflow to dispatch only + +### 🪮 Styling + +- ***(front)*** Adjust category tag hover and active states +- ***(front)*** Add `title` attribute to code view titles + +### ⚙️ Miscellaneous Tasks + +- ***(back)*** Overrides tar@<6.2.1 in both backend and perf tools + ## [3.18.8] - 2024-04-08 ### 🐛 Bug Fixes