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

Commit 2b2c500

Browse files
committed
Bump theme-check version to 1.12.1
1 parent a3c27c2 commit 2b2c500

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2+
v1.12.1 / 2022-12-15
3+
==================
4+
5+
* `ObjectCompletionProvider` should not provide completion items that don't live in the `SourceIndex` ([#690](https://github.com/Shopify/theme-check/issues/690))
6+
* Suggest deprecated completion items at the end of the list ([#688](https://github.com/Shopify/theme-check/issues/688))
7+
* Only suggest filters in SourceIndex ([#689](https://github.com/Shopify/theme-check/issues/689))
8+
* Remove the `data/shopify_liquid/(tags|filters|objects).yml` files ([#674](https://github.com/Shopify/theme-check/issues/674))
9+
* Introduce support to range iterations and SFR tags ([#685](https://github.com/Shopify/theme-check/issues/685))
10+
* Suggest objects for `paginate` ([#686](https://github.com/Shopify/theme-check/issues/686))
11+
112
v1.12.0 / 2022-12-12
213
==================
314

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.12.0"
3+
VERSION = "1.12.1"
44
end

0 commit comments

Comments
 (0)