Skip to content

Commit

Permalink
Prep 8.15.1 (#2378)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMock authored Oct 15, 2024
1 parent e3863d7 commit fb1a42c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions docs/changelog.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
[[changelog-client]]
== Release notes

[discrete]
=== 8.15.1

[discrete]
==== Features

[discrete]
===== Improved support for Elasticsearch `v8.15`

Updated TypeScript types based on fixes and improvements to the Elasticsearch specification.

[discrete]
=== 8.15.0

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@elastic/elasticsearch",
"version": "8.15.0",
"versionCanary": "8.15.0-canary.0",
"version": "8.15.1",
"versionCanary": "8.15.1-canary.0",
"description": "The official Elasticsearch client for Node.js",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@sinonjs/fake-timers": "github:sinonjs/fake-timers#0bfffc1",
"@types/debug": "^4.1.7",
"@types/ms": "^0.7.31",
"@types/node": "^17.0.31",
"@types/node": "^18.19.55",
"@types/sinonjs__fake-timers": "^8.1.2",
"@types/split2": "^3.2.1",
"@types/stoppable": "^1.1.1",
Expand Down

0 comments on commit fb1a42c

Please sign in to comment.