diff --git a/CHANGELOG.md b/CHANGELOG.md index a744831..7bea0f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ================== diff --git a/package.json b/package.json index 901b33b..d3f4e1c 100644 --- a/package.json +++ b/package.json @@ -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>", diff --git a/playground/index.html b/playground/index.html index e31518d..91dd4c1 100644 --- a/playground/index.html +++ b/playground/index.html @@ -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 = () => { @@ -53,7 +53,7 @@

href="https://github.com/shopify/prettier-plugin-liquid/blob/main/CHANGELOG.md" target="_blank" rel="noreferrer noopener" - >v1.2.0v1.2.1