chore(release): Publish

- medusa-plugin-ip-lookup@1.0.11
 - @medusajs/medusa@1.0.35
This commit is contained in:
Sebastian Rindom
2020-11-02 12:33:02 +01:00
parent e3faa646a7
commit b8d1bbb204
4 changed files with 81 additions and 2 deletions
@@ -3,6 +3,74 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.0.11 (2020-11-02)
### Bug Fixes
* add country code on preCartCreation ([e3faa64](https://github.com/medusajs/medusa/commit/e3faa646a7b91d2686b56718df46bea5b709731b))
## 1.0.10 (2020-09-09)
### Bug Fixes
* updates license ([db519fb](https://github.com/medusajs/medusa/commit/db519fbaa6f8ad02c19cbecba5d4f28ba1ee81aa))
## 1.0.1 (2020-09-05)
# 1.0.0 (2020-09-03)
### Bug Fixes
* remove debug ([4d575e0](https://github.com/medusajs/medusa/commit/4d575e0a263e1b131242ac97263d643217cbe140))
# 1.0.0-y.25 (2020-09-03)
### Bug Fixes
* **medusa-plugin-ip-lookup:** Adds .npmignore ([ea93943](https://github.com/medusajs/medusa/commit/ea939437f37ecd555169750ca334f1a46346248d))
# 1.0.0-y.24 (2020-09-03)
### Bug Fixes
* debug ([8920a96](https://github.com/medusajs/medusa/commit/8920a96f7caaa46b7d9fe2dbf6b06147d144c499))
# 1.0.0-y.20 (2020-09-03)
### Bug Fixes
* debug ([f0b61e7](https://github.com/medusajs/medusa/commit/f0b61e7654b010d0f9d477bc018523e972ff9ea6))
# 1.0.0-alpha.26 (2020-08-27)
# 1.0.0-alpha.21 (2020-08-25)
## [1.0.10](https://github.com/medusajs/medusa/compare/v1.0.9...v1.0.10) (2020-09-09)
@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-ip-lookup",
"version": "1.0.10",
"version": "1.0.11",
"description": "IP lookup middleware for Medusa core",
"main": "dist/index.js",
"repository": {
+11
View File
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.35](https://github.com/medusajs/medusa/compare/@medusajs/medusa@1.0.34...@medusajs/medusa@1.0.35) (2020-11-02)
### Bug Fixes
* add country code on preCartCreation ([e3faa64](https://github.com/medusajs/medusa/commit/e3faa646a7b91d2686b56718df46bea5b709731b))
## [1.0.34](https://github.com/medusajs/medusa/compare/@medusajs/medusa@1.0.33...@medusajs/medusa@1.0.34) (2020-10-31)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa",
"version": "1.0.34",
"version": "1.0.35",
"description": "E-commerce for JAMstack",
"main": "dist/app.js",
"repository": {