Skip to content

Commit

Permalink
Bump to 8.16.1 (#2478)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMock authored Nov 18, 2024
1 parent d0f5ada commit 1d2d934
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 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.16.1

[discrete]
==== Fixes

[discrete]
===== Fix ECMAScript imports

Fixed package configuration to correctly support native ECMAScript `import` syntax.

[discrete]
=== 8.16.0

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@elastic/elasticsearch",
"version": "8.16.0",
"versionCanary": "8.16.0-canary.0",
"version": "8.16.1",
"versionCanary": "8.16.1-canary.0",
"description": "The official Elasticsearch client for Node.js",
"main": "./index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 1d2d934

Please sign in to comment.