From 4e9bc8aec2b6ab1468f1fa6a19d1be278cef1d8a Mon Sep 17 00:00:00 2001 From: Tommy Smith Date: Thu, 21 Aug 2025 14:22:02 +0100 Subject: [PATCH] Fix typo in license field --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 17b15b60..1235eb08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "weaviate-client", - "version": "3.8.1", + "version": "3.8.0", "description": "JS/TS client for Weaviate", "main": "dist/node/cjs/index.js", "type": "module", @@ -45,7 +45,7 @@ "weaviate" ], "author": "Weaviate", - "license": "BSD 3-Clause", + "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/weaviate/typescript-client/issues" },