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.5
Browse files Browse the repository at this point in the history
  • Loading branch information
charlespwd committed Jan 10, 2023
1 parent 06bda67 commit 6fd67d7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

1.0.5 / 2023-01-10
==================

* Allow for nested HTML raw tags ([#157](https://github.com/shopify/prettier-plugin-liquid/issues/157))

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

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.4",
"version": "1.0.5",
"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].4/standalone.js';
'https://www.unpkg.com/@shopify/[email protected].5/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.4</a
>v1.0.5</a
></span
>
</h1>
Expand Down

0 comments on commit 6fd67d7

Please sign in to comment.