Skip to content
This repository was archived by the owner on Jul 27, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
====================

Expand Down
2 changes: 1 addition & 1 deletion lib/theme_check/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module ThemeCheck
VERSION = "1.10.1"
VERSION = "1.10.2"
end