Skip to content
This repository was archived by the owner on Jul 27, 2024. It is now read-only.

Commit d44b8a8

Browse files
authored
v1.10.2 (#562)
1 parent 8e9dbc0 commit d44b8a8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
v1.10.2 / 2022-03-07
3+
====================
4+
5+
* Handle nil paths in json_printer's sort_by ([#561](https://github.com/shopify/theme-check/issues/561))
6+
* Prevent bad render tags from passing theme-check ([#559](https://github.com/shopify/theme-check/issues/559))
7+
28
v1.10.1 / 2022-02-24
39
====================
410

lib/theme_check/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module ThemeCheck
3-
VERSION = "1.10.1"
3+
VERSION = "1.10.2"
44
end

0 commit comments

Comments
 (0)