From 3323d6701100535a30bf17b6874045e7d1455831 Mon Sep 17 00:00:00 2001 From: oss-sauce-bot <66365630+oss-sauce-bot@users.noreply.github.com> Date: Fri, 21 Oct 2022 17:36:33 +0000 Subject: [PATCH] Release 1.1.14 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index ddadf9a..d2c7aaf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "network-viewer", - "version": "1.1.13", + "version": "1.1.14", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 5b15637..c554ff3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "network-viewer", - "version": "1.1.13", + "version": "1.1.14", "main": "./lib/index.js", "scripts": { "start": "concurrently -n 'library,example' -c 'bgBlue.bold,bgGreen.bold' 'npm run watch:lib' 'npm run watch:examples'",