From a758d7129b66dd806bfd97c7a1d0ed09c5599838 Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Mon, 2 Dec 2024 12:30:05 -0600 Subject: [PATCH] chore(main): release 0.9.0+20231031 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe83642..997e008 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.9.0+20231031](https://github.com/elastic/elasticsearch-serverless-js/compare/v0.8.0+20231031...v0.9.0+20231031) (2024-12-02) + + +### Features + +* Add _id to result of helpers.search ([#102](https://github.com/elastic/elasticsearch-serverless-js/issues/102)) ([1359f6e](https://github.com/elastic/elasticsearch-serverless-js/commit/1359f6e49e8dee5a06668d96ea4f15f66d0bb70a)) +* Latest serverless specification changes ([#104](https://github.com/elastic/elasticsearch-serverless-js/issues/104)) ([7501ca0](https://github.com/elastic/elasticsearch-serverless-js/commit/7501ca0e793c5c0ec30d4233401c898a0ebc4059)) + ## [0.8.0+20231031](https://github.com/elastic/elasticsearch-serverless-js/compare/v0.7.0+20231031...v0.8.0+20231031) (2024-11-05) diff --git a/package.json b/package.json index 6c51bf3..3a183ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@elastic/elasticsearch-serverless", - "version": "0.8.0+20231031", + "version": "0.9.0+20231031", "description": "The official Node.js Elastic client for the Elasticsearch Serverless service.", "main": "./index.js", "types": "index.d.ts",