From ecc2d090c441dbb4a51e7012bf7a16c0e9e29227 Mon Sep 17 00:00:00 2001 From: Sarah Wang Date: Wed, 19 Jun 2024 16:43:17 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26c5eabb..5c29ed9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Removed unused imports in `demo_C.js`. - Added type interfaces and type annotations to `style.ts`. - Added `DrawnEntity` type annotations to source code files. +- Added `autofix.cli` to the CI workflow. ## [0.1.0] - 2024-04-16