chore(medusa-js): Version package + add missing changeset

This commit is contained in:
olivermrbl
2022-12-14 09:37:20 +01:00
parent 319bcc71b0
commit 01d521ed40
3 changed files with 13 additions and 4 deletions
+6
View File
@@ -1,5 +1,11 @@
# Change Log
## 1.3.4
### Patch Changes
- Correct missing version bump
## 1.3.3
### Patch Changes
+4 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa-js",
"version": "1.3.3",
"version": "1.3.4",
"description": "Client for Medusa Commerce Rest API",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@@ -15,12 +15,14 @@
"author": "Oliver Juhl",
"license": "MIT",
"dependencies": {
"@medusajs/medusa": "^1.7.0",
"axios": "^0.24.0",
"form-data": "^4.0.0",
"qs": "^6.10.3",
"retry-axios": "^2.6.0"
},
"peerDependencies": {
"@medusajs/medusa": "^1.7.0"
},
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa",