diff --git a/CHANGELOG.md b/CHANGELOG.md index d9ab535..c0998c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,15 @@ Please, help me make this new major version better by filing bugs and giving fee Prevents HTML (Liquid) files to think they're actually Markdown files. They're not! - **Fixes support for filters** Sorry about that! Filters are working as it should have since v2.0 release. + +### Version 2.0.2 + +**New:** + +- **New tags** + Added support for Jekyll `{% include_relative %}` tag. +- **Updates tree-sitter dylib** + Following latest release by @hankthetank27. *** diff --git a/extension.json b/extension.json index a27d008..1e95250 100644 --- a/extension.json +++ b/extension.json @@ -3,7 +3,7 @@ "name": "Liquid", "organization": "arthr", "description": "Syntax highlighting for Liquid template files.", - "version": "2.0.1", + "version": "2.0.2", "license": "MIT", "bugs": "https://github.com/arthrfrts/Liquid.novaextension/issues", "repository": "https://github.com/arthrfrts/Liquid.novaextension",