From 3c61a2c22b812aed5f82551627bc0bfa7be7fa77 Mon Sep 17 00:00:00 2001 From: Sebastian Rindom Date: Thu, 17 Sep 2020 17:29:01 +0200 Subject: [PATCH] chore(release): Publish - medusa-payment-klarna@1.0.11 --- packages/medusa-payment-klarna/CHANGELOG.md | 108 ++++++++++++++++++++ packages/medusa-payment-klarna/package.json | 2 +- 2 files changed, 109 insertions(+), 1 deletion(-) diff --git a/packages/medusa-payment-klarna/CHANGELOG.md b/packages/medusa-payment-klarna/CHANGELOG.md index 3c36c10d9c..1429401c1f 100644 --- a/packages/medusa-payment-klarna/CHANGELOG.md +++ b/packages/medusa-payment-klarna/CHANGELOG.md @@ -3,6 +3,114 @@ 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-09-17) + + + +## 1.0.10 (2020-09-09) + + +### Bug Fixes + +* updates license ([db519fb](https://github.com/medusajs/medusa/commit/db519fbaa6f8ad02c19cbecba5d4f28ba1ee81aa)) + + + +## 1.0.7 (2020-09-07) + + + +## 1.0.1 (2020-09-05) + + + +## 1.0.1-beta.0 (2020-09-04) + + + +# 1.0.0 (2020-09-03) + + + +# 1.0.0-y.6 (2020-08-31) + + +### Bug Fixes + +* parse response correctly ([9adc52d](https://github.com/medusajs/medusa/commit/9adc52d0c59c4bc2fd9c3c9d3418c9c7d57c63b0)) + + + +# 1.0.0-y.5 (2020-08-31) + + +### Bug Fixes + +* use correct path for captures ([91befc0](https://github.com/medusajs/medusa/commit/91befc03cd63829e57fd853b2b34f92e9d43e4e3)) + + + +# 1.0.0-y.3 (2020-08-31) + + +### Bug Fixes + +* auto pick country in 1 country regions ([d11eb8f](https://github.com/medusajs/medusa/commit/d11eb8fa65e0d036f88890ed7fd771a607f75cbc)) + + + +# 1.0.0-y.2 (2020-08-31) + + +### Bug Fixes + +* **medusa-payment-klarna:** get correct country ([daa425d](https://github.com/medusajs/medusa/commit/daa425de16297e4315a85c1f844eab7a249dc6de)) + + + +# 1.0.0-y.1 (2020-08-31) + + +### Bug Fixes + +* add backend url as option ([84f600c](https://github.com/medusajs/medusa/commit/84f600c1bc9888805e3588785c8fac1faa509207)) + + + +# 1.0.0-alpha.30 (2020-08-28) + + + +# 1.0.0-alpha.27 (2020-08-27) + + + +# 1.0.0-alpha.26 (2020-08-27) + + + +# 1.0.0-alpha.24 (2020-08-27) + + + +# 1.0.0-alpha.3 (2020-08-20) + + + +# 1.0.0-alpha.2 (2020-08-20) + + + +# 1.0.0-alpha.1 (2020-08-20) + + + +# 1.0.0-alpha.0 (2020-08-20) + + + + + ## [1.0.10](https://github.com/medusajs/medusa/compare/v1.0.9...v1.0.10) (2020-09-09) diff --git a/packages/medusa-payment-klarna/package.json b/packages/medusa-payment-klarna/package.json index 6ee7736d5f..014f9970db 100644 --- a/packages/medusa-payment-klarna/package.json +++ b/packages/medusa-payment-klarna/package.json @@ -1,6 +1,6 @@ { "name": "medusa-payment-klarna", - "version": "1.0.10", + "version": "1.0.11", "description": "Klarna Payment provider for Medusa Commerce", "main": "index.js", "repository": {