From e3367cbff7cfccd5f615fa9386e40be0de438528 Mon Sep 17 00:00:00 2001 From: andyexeter Date: Thu, 22 Aug 2024 10:53:06 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67ed636..8197ffa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## v5.0.1 - 2024-07-09 + +* Updated UMD in JS code for Vite support. In Vite production builds, `module.exports` is defined but `require` is not. + This change checks that `require` is defined as a function before using it. + ## v5.0 - 2024-05-01 * Bumped the minimum required PHP version to 8.1