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.1
Browse files Browse the repository at this point in the history
  • Loading branch information
charlespwd committed Dec 13, 2022
1 parent fd7c3d7 commit 3b93c4f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

1.0.1 / 2022-12-13
==================

## Fixes

* Fix trailing whitespace after opening raw tag breaking formatting ([#145](https://github.com/shopify/prettier-plugin-liquid/issues/145))
* Add typings for standalone.js

1.0.0 / 2022-12-09
==================

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.0",
"version": "1.0.1",
"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/prettier-plugin-liquid@v1.0.0/standalone.js';
'https://www.unpkg.com/@shopify/prettier-plugin-liquid@v1.0.1/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.0</a
>v1.0.1</a
></span
>
</h1>
Expand Down

0 comments on commit 3b93c4f

Please sign in to comment.