From 918344e54de7442fce1865620a58e5a12b0d479a Mon Sep 17 00:00:00 2001 From: Ayan Khan Date: Tue, 12 Dec 2023 11:22:55 -0500 Subject: [PATCH] 1.7.0 (#47) This PR bumps up the semver minor version since I forgot to do it in this branch: https://github.com/DataDog/import-in-the-middle/pull/36 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f1e690c..adf4d72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "import-in-the-middle", - "version": "1.6.0", + "version": "1.7.0", "description": "Intercept imports in Node.js", "main": "index.js", "scripts": {