diff --git a/.changeset/thirty-eels-hang.md b/.changeset/thirty-eels-hang.md deleted file mode 100644 index d50220a..0000000 --- a/.changeset/thirty-eels-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/i18next-shopify': patch ---- - -Allow t() to accept returnObjects: true diff --git a/CHANGELOG.md b/CHANGELOG.md index f68b8d1..4ce3b6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelogg +## 0.2.4 + +### Patch Changes + +- 75ba1dc: Allow t() to accept returnObjects: true + ## 0.2.3 ### Patch Changes diff --git a/package.json b/package.json index b4a11c1..09c63f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/i18next-shopify", - "version": "0.2.3", + "version": "0.2.4", "description": "i18nFormat plugin to use Shopify's translation format with i18next", "main": "./dist/commonjs/index.js", "module": "dist/es/index.js",