From 726108f2cce594822be2c241cca35b9c68595066 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 28 Jul 2023 00:50:48 +0000 Subject: [PATCH] chore(release): 8.2.3 [skip ci] ## [8.2.3](https://github.com/seamapi/javascript/compare/v8.2.2...v8.2.3) (2023-07-28) ### Bug Fixes * Do not send authorization header with client session token ([ee0fa03](https://github.com/seamapi/javascript/commit/ee0fa0381674cc2fa2ae3906bf13e58ebb57930e)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ba5300a..f3560e43 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "iot", "device" ], - "version": "8.2.2", + "version": "8.2.3", "license": "MIT", "sideEffects": false, "main": "./cjs-wrapper.js",