chore(release): v1.7.10

This commit is contained in:
olivermrbl
2023-03-01 18:55:21 +01:00
parent 4b114cc419
commit 6e3b339b22
7 changed files with 19 additions and 14 deletions
+8
View File
@@ -1,5 +1,13 @@
# Change Log
## 1.7.10
### Patch Changes
- [#3346](https://github.com/medusajs/medusa/pull/3346) [`b458615ed`](https://github.com/medusajs/medusa/commit/b458615ed50a7c637e9e77f29f21c7ab300ed5d8) Thanks [@adrien2p](https://github.com/adrien2p)! - Fix(medusa): All payment sessions should be removed if cart total reach 0
- [#3351](https://github.com/medusajs/medusa/pull/3351) [`4b114cc41`](https://github.com/medusajs/medusa/commit/4b114cc4191ba20832b66072ec82386b22a3533c) Thanks [@olivermrbl](https://github.com/olivermrbl)! - feat(medusa): Use Bull `jobId` option to identify duplicates
## 1.7.9
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa",
"version": "1.7.9",
"version": "1.7.10",
"description": "E-commerce for JAMstack",
"main": "dist/index.js",
"bin": "./cli.js",