Skip to content

Commit 8f77bc0

Browse files
authored
chore(main): release 0.9.0+20231031 (#103)
1 parent 7501ca0 commit 8f77bc0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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-12-02)
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+
* Latest serverless specification changes ([#104](https://github.com/elastic/elasticsearch-serverless-js/issues/104)) ([7501ca0](https://github.com/elastic/elasticsearch-serverless-js/commit/7501ca0e793c5c0ec30d4233401c898a0ebc4059))
10+
311
## [0.8.0+20231031](https://github.com/elastic/elasticsearch-serverless-js/compare/v0.7.0+20231031...v0.8.0+20231031) (2024-11-05)
412

513

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)