diff --git a/.changeset/slimy-balloons-grab.md b/.changeset/slimy-balloons-grab.md deleted file mode 100644 index 7d250c5aff..0000000000 --- a/.changeset/slimy-balloons-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -Expose list-currencies endpoint by removing the feature flag guard on router diff --git a/.changeset/tame-impalas-cheat.md b/.changeset/tame-impalas-cheat.md deleted file mode 100644 index 699209ea32..0000000000 --- a/.changeset/tame-impalas-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@medusajs/medusa": patch ---- - -Cleanup Tax lines in case of a failed cart completion diff --git a/packages/medusa/CHANGELOG.md b/packages/medusa/CHANGELOG.md index 8bdd97a656..2a90f1dd6d 100644 --- a/packages/medusa/CHANGELOG.md +++ b/packages/medusa/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 1.4.1 + +### Patch Changes + +- [`d2932d328`](https://github.com/medusajs/medusa/commit/d2932d328c30a2b40a49853fa337ae0e35b29ae8) Thanks [@olivermrbl](https://github.com/olivermrbl)! - Expose list-currencies endpoint by removing the feature flag guard on router + +* [`d2932d328`](https://github.com/medusajs/medusa/commit/d2932d328c30a2b40a49853fa337ae0e35b29ae8) Thanks [@olivermrbl](https://github.com/olivermrbl)! - Cleanup Tax lines in case of a failed cart completion + ## 1.4.0 ### Minor Changes diff --git a/packages/medusa/package.json b/packages/medusa/package.json index b4da5ebddb..cb04e11e09 100644 --- a/packages/medusa/package.json +++ b/packages/medusa/package.json @@ -1,6 +1,6 @@ { "name": "@medusajs/medusa", - "version": "1.4.0", + "version": "1.4.1", "description": "E-commerce for JAMstack", "main": "dist/index.js", "bin": "./cli.js",