chore(release): Publish

This commit is contained in:
olivermrbl
2023-02-14 17:30:40 +01:00
parent da9fb4aaa8
commit 1bfbe27b9b
86 changed files with 568 additions and 323 deletions
+9
View File
@@ -1,5 +1,14 @@
# Change Log
## 1.3.8
### Patch Changes
- [#3217](https://github.com/medusajs/medusa/pull/3217) [`8c5219a31`](https://github.com/medusajs/medusa/commit/8c5219a31ef76ee571fbce84d7d57a63abe56eb0) Thanks [@adrien2p](https://github.com/adrien2p)! - chore: Fix npm packages files included
- Updated dependencies [[`8c5219a31`](https://github.com/medusajs/medusa/commit/8c5219a31ef76ee571fbce84d7d57a63abe56eb0)]:
- medusa-core-utils@1.1.39
## 1.3.7
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa-cli",
"version": "1.3.7",
"version": "1.3.8",
"description": "Command Line interface for Medusa Commerce",
"main": "dist/index.js",
"bin": {
@@ -51,7 +51,7 @@
"inquirer": "^8.0.0",
"is-valid-path": "^0.1.1",
"meant": "^1.0.3",
"medusa-core-utils": "^1.1.38",
"medusa-core-utils": "^1.1.39",
"medusa-telemetry": "0.0.16",
"netrc-parser": "^3.1.6",
"open": "^8.0.6",