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

Commit

Permalink
Bump to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
charlespwd committed Jan 10, 2023
1 parent c54c32e commit 40c403e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@

1.0.4 / 2023-01-10
==================

* Fix `{% paginate %}` parsing error ([#155](https://github.com/shopify/prettier-plugin-liquid/issues/155))

1.0.3 / 2023-01-04
==================

##Features
## Features

* Add support for sections tag

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/prettier-plugin-liquid",
"version": "1.0.3",
"version": "1.0.4",
"description": "Prettier Liquid/HTML plugin by Shopify",
"repository": "shopify/prettier-plugin-liquid",
"author": "CP Clermont <@charlespwd>",
Expand Down
4 changes: 2 additions & 2 deletions playground/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}

const unpkgUrl =
'https://www.unpkg.com/@shopify/[email protected].3/standalone.js';
'https://www.unpkg.com/@shopify/[email protected].4/standalone.js';
if (/localhost|127.0.0.1/.test(window.location.href)) {
const script = getScript('assets/standalone.js');
script.onerror = () => {
Expand Down Expand Up @@ -53,7 +53,7 @@ <h1>
href="https://github.com/shopify/prettier-plugin-liquid/blob/main/CHANGELOG.md"
target="_blank"
rel="noreferrer noopener"
>v1.0.3</a
>v1.0.4</a
></span
>
</h1>
Expand Down

0 comments on commit 40c403e

Please sign in to comment.