From 486c3138d21a8030322ade946bbd933bad6a8876 Mon Sep 17 00:00:00 2001 From: Brandon Nozaki Miller Date: Wed, 15 Sep 2021 06:38:43 -0700 Subject: [PATCH] updating version for cjs support --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 52c57e5..2c6201e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-ipc", - "version": "10.0.2", + "version": "10.1.0", "description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.", "main": "node-ipc.cjs", "module": "node-ipc.js",