Skip to content

Commit fb1a42c

Browse files
authored
Prep 8.15.1 (#2378)
1 parent e3863d7 commit fb1a42c

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

docs/changelog.asciidoc

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
[[changelog-client]]
22
== Release notes
33

4+
[discrete]
5+
=== 8.15.1
6+
7+
[discrete]
8+
==== Features
9+
10+
[discrete]
11+
===== Improved support for Elasticsearch `v8.15`
12+
13+
Updated TypeScript types based on fixes and improvements to the Elasticsearch specification.
14+
415
[discrete]
516
=== 8.15.0
617

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@elastic/elasticsearch",
3-
"version": "8.15.0",
4-
"versionCanary": "8.15.0-canary.0",
3+
"version": "8.15.1",
4+
"versionCanary": "8.15.1-canary.0",
55
"description": "The official Elasticsearch client for Node.js",
66
"main": "index.js",
77
"types": "index.d.ts",
@@ -54,7 +54,7 @@
5454
"@sinonjs/fake-timers": "github:sinonjs/fake-timers#0bfffc1",
5555
"@types/debug": "^4.1.7",
5656
"@types/ms": "^0.7.31",
57-
"@types/node": "^17.0.31",
57+
"@types/node": "^18.19.55",
5858
"@types/sinonjs__fake-timers": "^8.1.2",
5959
"@types/split2": "^3.2.1",
6060
"@types/stoppable": "^1.1.1",

0 commit comments

Comments
 (0)