From 926a004164add26a52d7068b16c1878d931ae010 Mon Sep 17 00:00:00 2001 From: David Goss Date: Thu, 21 Dec 2023 17:28:17 +0000 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f9690951..102b3532c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ Please see [CONTRIBUTING.md](./CONTRIBUTING.md) on how to contribute to Cucumber ### Changed - Replace usage of `VError` with `Error.cause` ([#2363](https://github.com/cucumber/cucumber-js/pull/2363)) -- Updated HTML formatter with better search UX and smaller bundle size ([#2366](https://github.com/cucumber/cucumber-js/pull/2366)) +- Updated HTML formatter with better search UX and smaller bundle size ([react-components#337](https://github.com/cucumber/react-components/pull/337)) ## [10.0.1] - 2023-10-20 ### Fixed