Skip to content

Commit 13d9e42

Browse files
committed
chore(main): release 0.9.0+20231031
1 parent 1359f6e commit 13d9e42

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.9.0+20231031](https://github.com/elastic/elasticsearch-serverless-js/compare/v0.8.0+20231031...v0.9.0+20231031) (2024-11-06)
4+
5+
6+
### Features
7+
8+
* 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))
9+
310
## [0.8.0+20231031](https://github.com/elastic/elasticsearch-serverless-js/compare/v0.7.0+20231031...v0.8.0+20231031) (2024-11-05)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elastic/elasticsearch-serverless",
3-
"version": "0.8.0+20231031",
3+
"version": "0.9.0+20231031",
44
"description": "The official Node.js Elastic client for the Elasticsearch Serverless service.",
55
"main": "./index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)