diff --git a/.changeset/five-trees-sell.md b/.changeset/five-trees-sell.md deleted file mode 100644 index 27622d7..0000000 --- a/.changeset/five-trees-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/i18next-shopify': patch ---- - -Supports formatting of count and ordinal values as numbers diff --git a/.changeset/sixty-tomatoes-buy.md b/.changeset/sixty-tomatoes-buy.md deleted file mode 100644 index 37de0ec..0000000 --- a/.changeset/sixty-tomatoes-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/i18next-shopify': patch ---- - -Allows null and undefined key behaviour to match i18next diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ce3b6d..885dc5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelogg +## 0.2.5 + +### Patch Changes + +- f5326a4: Supports formatting of count and ordinal values as numbers +- 00a310d: Allows null and undefined key behaviour to match i18next + ## 0.2.4 ### Patch Changes diff --git a/package.json b/package.json index 09c63f9..2c1e0f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/i18next-shopify", - "version": "0.2.4", + "version": "0.2.5", "description": "i18nFormat plugin to use Shopify's translation format with i18next", "main": "./dist/commonjs/index.js", "module": "dist/es/index.js",