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

Commit 3b93c4f

Browse files
committed
Bump to 1.0.1
1 parent fd7c3d7 commit 3b93c4f

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11

2+
1.0.1 / 2022-12-13
3+
==================
4+
5+
## Fixes
6+
7+
* Fix trailing whitespace after opening raw tag breaking formatting ([#145](https://github.com/shopify/prettier-plugin-liquid/issues/145))
8+
* Add typings for standalone.js
9+
210
1.0.0 / 2022-12-09
311
==================
412

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/prettier-plugin-liquid",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Prettier Liquid/HTML plugin by Shopify",
55
"repository": "shopify/prettier-plugin-liquid",
66
"author": "CP Clermont <@charlespwd>",

playground/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222

2323
const unpkgUrl =
24-
'https://www.unpkg.com/@shopify/[email protected].0/standalone.js';
24+
'https://www.unpkg.com/@shopify/[email protected].1/standalone.js';
2525
if (/localhost|127.0.0.1/.test(window.location.href)) {
2626
const script = getScript('assets/standalone.js');
2727
script.onerror = () => {
@@ -53,7 +53,7 @@ <h1>
5353
href="https://github.com/shopify/prettier-plugin-liquid/blob/main/CHANGELOG.md"
5454
target="_blank"
5555
rel="noreferrer noopener"
56-
>v1.0.0</a
56+
>v1.0.1</a
5757
></span
5858
>
5959
</h1>

0 commit comments

Comments
 (0)