···11# Changelog
2233+## v2.1.0 - 2025-09-01
44+55+- Improved the performance of lexing comments and various invalid tokens.
66+37## v2.0.0 - 2025-08-22
4859- Merged the `just/token` and `just/highlight` modules into one `just` module.
+1-1
gleam.toml
···11name = "just"
22-version = "2.0.0"
22+version = "2.1.0"
3344description = "A JavaScript lexer and syntax highlighter for Gleam!"
55licences = ["Apache-2.0"]