From 042f9ca2253f9b48930846fc9ce2ad6307e1bd17 Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Tue, 8 Apr 2025 12:04:28 -0500 Subject: [PATCH] Bump to 0.10.0, final release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b57b2c6..5dd4e21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@elastic/elasticsearch-serverless", - "version": "0.9.1+20231031", + "version": "0.10.0+20231031", "description": "The official Node.js Elastic client for the Elasticsearch Serverless service.", "main": "./index.js", "types": "index.d.ts",