chore(release): Publish

This commit is contained in:
olivermrbl
2023-02-08 19:35:44 +01:00
parent bfa33f444c
commit 3b474ec35c
110 changed files with 639 additions and 456 deletions
+9
View File
@@ -1,5 +1,14 @@
# Change Log
## 1.3.7
### Patch Changes
- [#3185](https://github.com/medusajs/medusa/pull/3185) [`08324355a`](https://github.com/medusajs/medusa/commit/08324355a4466b017a0bc7ab1d333ee3cd27b8c4) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Patches all dependencies + minor bumps `winston` to include a [fix for a significant memory leak](https://github.com/winstonjs/winston/pull/2057)
- Updated dependencies [[`08324355a`](https://github.com/medusajs/medusa/commit/08324355a4466b017a0bc7ab1d333ee3cd27b8c4)]:
- medusa-core-utils@1.1.38
## 1.3.6
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa-cli",
"version": "1.3.6",
"version": "1.3.7",
"description": "Command Line interface for Medusa Commerce",
"main": "dist/index.js",
"bin": {
@@ -47,7 +47,7 @@
"inquirer": "^8.0.0",
"is-valid-path": "^0.1.1",
"meant": "^1.0.3",
"medusa-core-utils": "^1.1.31",
"medusa-core-utils": "^1.1.38",
"medusa-telemetry": "0.0.16",
"netrc-parser": "^3.1.6",
"open": "^8.0.6",