chore(release): Publish

This commit is contained in:
Sebastian Rindom
2020-09-09 09:24:51 +02:00
parent eca1e006a7
commit cd39798b4b
43 changed files with 273 additions and 51 deletions

View File

@@ -0,0 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.10](https://github.com/medusajs/medusa/compare/v1.0.9...v1.0.10) (2020-09-09)
### Bug Fixes
* updates license ([db519fb](https://github.com/medusajs/medusa/commit/db519fbaa6f8ad02c19cbecba5d4f28ba1ee81aa))

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-fulfillment-manual",
"version": "1.0.7",
"version": "1.0.10",
"description": "A manual fulfillment provider for Medusa",
"main": "index.js",
"repository": {
@@ -35,7 +35,7 @@
"@babel/plugin-transform-instanceof": "^7.8.3",
"@babel/runtime": "^7.7.6",
"express": "^4.17.1",
"medusa-core-utils": "^1.0.7"
"medusa-core-utils": "^1.0.10"
},
"gitHead": "3cc7cbe5124cbcbb75f6e1435db4dcfaa2a60408"
}