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

Commit

Permalink
Merge pull request #494 from Shopify/bump/1.8.0
Browse files Browse the repository at this point in the history
v1.8.0
  • Loading branch information
charlespwd authored Nov 9, 2021
2 parents 167ae98 + e89f118 commit e1a27f6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@

v1.8.0 / 2021-11-09
===================

## Features

**New corrections for the following checks:**

* `MissingRequiredTemplateFiles` ([#462](https://github.com/shopify/theme-check/issues/462))
* `RequiredLayoutThemeObject` ([#484](https://github.com/shopify/theme-check/issues/484))
* `UnusedAssign` ([#380](https://github.com/shopify/theme-check/issues/380))

## Fixes

* Add support for `preload_tag` filter
* Minor Language Server improvements (close logs) ([#472](https://github.com/shopify/theme-check/issues/472))

v1.7.2 / 2021-09-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.7.2"
VERSION = "1.8.0"
end

0 comments on commit e1a27f6

Please sign in to comment.