Bump to 8.16.1 (#2478)

This commit is contained in:
Josh Mock
2024-11-18 12:45:53 -06:00
committed by GitHub
parent d0f5ada03d
commit 1d2d934b50
2 changed files with 13 additions and 2 deletions

View File

@ -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

View File

@ -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",