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

Commit f7c5481

Browse files
committed
Bump theme-check version to 1.12.0
1 parent d2c6464 commit f7c5481

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,3 +1,10 @@
1+
v1.12.0 / 2022-12-12
2+
==================
3+
4+
* Introduce Intelligent Code Completion ([#672](https://github.com/Shopify/theme-check/issues/672))
5+
* Update TROUBLESHOOTING.md to include language server stopping guide ([#664](https://github.com/Shopify/theme-check/issues/664))
6+
* Create troubleshooting doc, update contributing and readme with links ([#630](https://github.com/Shopify/theme-check/issues/630))
7+
* robots Object in robots.txt file ([#644](https://github.com/Shopify/theme-check/issues/644)). Thanks @we5!
18

29
v1.11.0 / 2022-08-22
310
====================

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

0 commit comments

Comments
 (0)