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

Commit

Permalink
Bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
charlespwd committed Jul 12, 2023
1 parent 07bb945 commit ca103dc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

1.2.1 / 2023-07-12
==================

* Add `|| prettier@^3` `peerDependencies` to package.json...
* Update README to account for prettier@3 breaking changes

1.2.0 / 2023-07-12
==================

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

0 comments on commit ca103dc

Please sign in to comment.