From 76aded98101e744e1539cb8101630886cfb744a8 Mon Sep 17 00:00:00 2001 From: Avik Seth Date: Thu, 20 Oct 2022 21:47:04 +0530 Subject: [PATCH 1/7] added some feature --- featureChange.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 featureChange.js diff --git a/featureChange.js b/featureChange.js new file mode 100644 index 000000000000..f3af64114407 --- /dev/null +++ b/featureChange.js @@ -0,0 +1,8 @@ +function sampleFunction(some_params){ + console.log('I am feature changes'); + return +} + +module.exports={ + sampleFunction:sampleFunction +} \ No newline at end of file From 9ea37d36e9e96c264685b056c2723d776f3788ac Mon Sep 17 00:00:00 2001 From: Avik Seth Date: Thu, 20 Oct 2022 21:54:21 +0530 Subject: [PATCH 2/7] commit 2 --- featureChange.js | 1 + 1 file changed, 1 insertion(+) diff --git a/featureChange.js b/featureChange.js index f3af64114407..a46a65f44023 100644 --- a/featureChange.js +++ b/featureChange.js @@ -1,5 +1,6 @@ function sampleFunction(some_params){ console.log('I am feature changes'); + console.log("change 2"); return } From 28b4c7235dfb46bf9c38afd2be1826dbb9df2c24 Mon Sep 17 00:00:00 2001 From: Avik Seth Date: Fri, 21 Oct 2022 11:56:33 +0530 Subject: [PATCH 3/7] commit 3 --- featureChange.js | 1 + 1 file changed, 1 insertion(+) diff --git a/featureChange.js b/featureChange.js index a46a65f44023..54addb623b2a 100644 --- a/featureChange.js +++ b/featureChange.js @@ -1,6 +1,7 @@ function sampleFunction(some_params){ console.log('I am feature changes'); console.log("change 2"); + console.log("Change 3"); return } From 03426f3024f0f52b666e9bb6395cb82eaf593417 Mon Sep 17 00:00:00 2001 From: Avik Seth Date: Fri, 21 Oct 2022 11:58:47 +0530 Subject: [PATCH 4/7] commit 4 --- featureChange.js | 1 + 1 file changed, 1 insertion(+) diff --git a/featureChange.js b/featureChange.js index 54addb623b2a..51fc3e18adf6 100644 --- a/featureChange.js +++ b/featureChange.js @@ -2,6 +2,7 @@ function sampleFunction(some_params){ console.log('I am feature changes'); console.log("change 2"); console.log("Change 3"); + console.log("Change 4"); return } From 6247739c46ab709bf31346691fc14334462f77c4 Mon Sep 17 00:00:00 2001 From: Avik Seth Date: Fri, 21 Oct 2022 12:05:53 +0530 Subject: [PATCH 5/7] commit 5 --- featureChange.js | 1 + 1 file changed, 1 insertion(+) diff --git a/featureChange.js b/featureChange.js index 51fc3e18adf6..865d300afbeb 100644 --- a/featureChange.js +++ b/featureChange.js @@ -3,6 +3,7 @@ function sampleFunction(some_params){ console.log("change 2"); console.log("Change 3"); console.log("Change 4"); + console.log("Change 5"); return } From 2a23fab4471661bc618506102facd3dfeaf4e88a Mon Sep 17 00:00:00 2001 From: Avik Seth Date: Fri, 28 Oct 2022 11:16:42 +0530 Subject: [PATCH 6/7] commit 6 --- featureChange.js | 1 + 1 file changed, 1 insertion(+) diff --git a/featureChange.js b/featureChange.js index 865d300afbeb..da23576a8c29 100644 --- a/featureChange.js +++ b/featureChange.js @@ -4,6 +4,7 @@ function sampleFunction(some_params){ console.log("Change 3"); console.log("Change 4"); console.log("Change 5"); + console.log("Change 6"); return } From be5e97b12d23d901b580fe3cb92d55c9ee65b991 Mon Sep 17 00:00:00 2001 From: Avik Seth Date: Fri, 28 Oct 2022 11:18:39 +0530 Subject: [PATCH 7/7] commit 7 --- featureChange.js | 1 + 1 file changed, 1 insertion(+) diff --git a/featureChange.js b/featureChange.js index da23576a8c29..883b6190a04a 100644 --- a/featureChange.js +++ b/featureChange.js @@ -5,6 +5,7 @@ function sampleFunction(some_params){ console.log("Change 4"); console.log("Change 5"); console.log("Change 6"); + console.log("Change 7"); return }