diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c1365f7..995afd9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog -## [0.22.3] - 2024-04-14 +## [0.22.5] - 2024-04-14 + +### Bug Fixes + +- **cli**: Fixed an issue where unused constants were included in generated parsers in some cases. + +## [0.22.4] - 2024-04-12 + +### Bug Fixes + +- **cli**: Fixed an issue where redundant conditionals were included in generated lexer functions. + +## [0.22.3] - 2024-04-12 ### Performance