From 9b2cbe0594caeae9c77905005711f5c64ae8156d Mon Sep 17 00:00:00 2001 From: Troy Chaplin Date: Sun, 21 Jul 2024 16:26:05 -0400 Subject: [PATCH] add: changelog notes (#25) --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2262f3..9bc864f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,12 +23,14 @@ Prefix the change with one of these keywords: - Styles for invalid block wrapper - Check core heading block to prevent publishing with an H1 in the content - Check core table block to prevent publishing when a header row is not being used +- Check core image for alternative text +- Add attritbute to image block to confirm decorative image to bypass a11y error - Instructions on setting up to run and build the plugin - Getting involved instructions in the README - Husky pre-commit check - Commit lint and rules - Git action to run build on PR to develop -- Git issue templates to log features and tasks +- Git issue and PR templates to log features and tasks ## [0.1.0]