chore(release): Publish

This commit is contained in:
olivermrbl
2022-09-15 17:22:12 +02:00
parent d2932d328c
commit 6225aa57b8
4 changed files with 9 additions and 11 deletions

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
Expose list-currencies endpoint by removing the feature flag guard on router

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
Cleanup Tax lines in case of a failed cart completion

View File

@@ -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

View File

@@ -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",