diff --git a/docs/src/release-notes-js.md b/docs/src/release-notes-js.md index 6a30ca5761..7aca02a33c 100644 --- a/docs/src/release-notes-js.md +++ b/docs/src/release-notes-js.md @@ -8,6 +8,11 @@ import LiteYouTube from '@site/src/components/LiteYouTube'; ## Version 1.39 + + ### Add custom matchers to your expect You can extend Playwright assertions by providing custom matchers. These matchers will be available on the expect object.