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

Commit c408323

Browse files
committed
Bump version to 1.2.0
1 parent 3a8b86f commit c408323

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

2+
1.2.0 / 2023-07-12
3+
==================
4+
5+
* Add support for `prettier@^3` (in _addition_ to `prettier@^2`) ([#196](https://github.com/shopify/prettier-plugin-liquid/issues/196))
6+
* Add `completion` mode to the parser ([#195](https://github.com/shopify/prettier-plugin-liquid/issues/195))
7+
28
1.1.0 / 2023-05-26
39
==================
410

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.1.0",
3+
"version": "1.2.0",
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/prettier-plugin-liquid@v1.1.0/standalone.js';
24+
'https://www.unpkg.com/@shopify/prettier-plugin-liquid@v1.2.0/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.1.0</a
56+
>v1.2.0</a
5757
></span
5858
>
5959
</h1>

0 commit comments

Comments
 (0)