diff --git a/CHANGELOG.md b/CHANGELOG.md index ac28dcd9..a029c7c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ +v1.14.0 / 2023-01-10 +================== + + * Add shopify-dev link to code completion suggestion title ([#700](https://github.com/Shopify/theme-check/issues/700)) + * Fix examples in `SchemaJsonFormat` ([#698](https://github.com/Shopify/theme-check/issues/698)) + * Do not suggest `escape` filter for already escaped strings ([#692](https://github.com/Shopify/theme-check/issues/692)) + v1.13.0 / 2023-01-04 ================== diff --git a/lib/theme_check/version.rb b/lib/theme_check/version.rb index c3d474e2..0a06b0a0 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.13.0" + VERSION = "1.14.0" end