From 88f7e48ceee15c758581fc99689fad0bb8cc009a Mon Sep 17 00:00:00 2001 From: Edie Lemoine Date: Thu, 5 Dec 2019 15:09:09 +0100 Subject: [PATCH] chore(release): 3.1.0-alpha.8 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dcb614f..f2e0d6ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.1.0-alpha.8](https://github.com/myparcelbe/checkout/compare/v3.1.0-alpha.7...v3.1.0-alpha.8) (2019-12-05) + + +### Bug Fixes + +* don't load scripts if requirejs is present or if they are already loaded ([54e6a31](https://github.com/myparcelbe/checkout/commit/54e6a31545ba8c5af4515a95278e30e2f6123c94)) + ## [3.1.0-alpha.7](https://github.com/myparcelbe/checkout/compare/v3.1.0-alpha.6...v3.1.0-alpha.7) (2019-12-05) diff --git a/package-lock.json b/package-lock.json index c936f6dd..1c53423f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@myparcel/checkout", - "version": "3.1.0-alpha.7", + "version": "3.1.0-alpha.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 89155733..0101bf7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel/checkout", - "version": "3.1.0-alpha.7", + "version": "3.1.0-alpha.8", "description": "MyParcel delivery options module for checkouts.", "author": "Edie Lemoine (edie@myparcel.nl)", "scripts": {