From 465f5db2fc9843b2dadc7917d462e7e5f12de960 Mon Sep 17 00:00:00 2001 From: William Wong Date: Fri, 19 Jun 2026 03:00:31 +0000 Subject: [PATCH] 0.16.1-0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index f2768fea..49517a9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "botframework-directlinejs", - "version": "0.16.0", + "version": "0.16.1-0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "botframework-directlinejs", - "version": "0.16.0", + "version": "0.16.1-0", "license": "MIT", "dependencies": { "@babel/runtime": "^7.29.7", diff --git a/package.json b/package.json index 02ea5d16..a4dab276 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botframework-directlinejs", - "version": "0.16.0", + "version": "0.16.1-0", "description": "Client library for the Microsoft Bot Framework Direct Line 3.0 protocol", "files": [ "dist/**/*",