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

Commit 718f9a0

Browse files
committed
Bump theme-check version to 1.14.0
1 parent 02ba51e commit 718f9a0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

2+
v1.14.0 / 2023-01-10
3+
==================
4+
5+
* Add shopify-dev link to code completion suggestion title ([#700](https://github.com/Shopify/theme-check/issues/700))
6+
* Fix examples in `SchemaJsonFormat` ([#698](https://github.com/Shopify/theme-check/issues/698))
7+
* Do not suggest `escape` filter for already escaped strings ([#692](https://github.com/Shopify/theme-check/issues/692))
8+
29
v1.13.0 / 2023-01-04
310
==================
411

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

0 commit comments

Comments
 (0)