From 4990ec63b65b9029c957c5e201ed2aaf17c3d5fe Mon Sep 17 00:00:00 2001 From: Ed Cook Date: Tue, 7 Jan 2025 11:44:35 +0000 Subject: [PATCH] Add CHANGELOG entry for 8.0.0 Signed-off-by: Harsha Chaudhary --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a41e61d..b5b75ac1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [8.0.0] - 2025-01-07 + +- **BREAKING** Revert webpack -> vite migration and keep player event updates + ## [7.16.1] - 2024-12-09 - Bump node minor version to 20.18.0