From 4963fc5cc550fb819bffa86621a8fc65164865b6 Mon Sep 17 00:00:00 2001 From: King-Hin Leung <35692276+leungkinghin@users.noreply.github.com> Date: Mon, 9 Mar 2020 18:09:36 +0100 Subject: [PATCH] bump notification module version from 3.0.1 to 4.0.0 (#193) --- notification/package-lock.json | 2 +- notification/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/notification/package-lock.json b/notification/package-lock.json index c0258e5eb..1a357dc8a 100644 --- a/notification/package-lock.json +++ b/notification/package-lock.json @@ -1,6 +1,6 @@ { "name": "commercetools-adyen-integration", - "version": "3.0.1", + "version": "4.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/notification/package.json b/notification/package.json index 215594f81..bb23eb6d6 100644 --- a/notification/package.json +++ b/notification/package.json @@ -1,6 +1,6 @@ { "name": "commercetools-adyen-integration", - "version": "3.0.1", + "version": "4.0.0", "description": "Part of the integration of Adyen with commercetools responsible to receive and process notifications from Adyen", "scripts": { "test": "npm run unit && npm run integration",