diff --git a/CHANGELOG.md b/CHANGELOG.md index 5238e316..8c935c29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ +v1.10.2 / 2022-03-07 +==================== + + * Handle nil paths in json_printer's sort_by ([#561](https://github.com/shopify/theme-check/issues/561)) + * Prevent bad render tags from passing theme-check ([#559](https://github.com/shopify/theme-check/issues/559)) + v1.10.1 / 2022-02-24 ==================== diff --git a/lib/theme_check/version.rb b/lib/theme_check/version.rb index 8a4ed429..f7cc171d 100644 --- a/lib/theme_check/version.rb +++ b/lib/theme_check/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module ThemeCheck - VERSION = "1.10.1" + VERSION = "1.10.2" end