We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0f5ada commit 1d2d934Copy full SHA for 1d2d934
docs/changelog.asciidoc
@@ -1,6 +1,17 @@
1
[[changelog-client]]
2
== Release notes
3
4
+[discrete]
5
+=== 8.16.1
6
+
7
8
+==== Fixes
9
10
11
+===== Fix ECMAScript imports
12
13
+Fixed package configuration to correctly support native ECMAScript `import` syntax.
14
15
[discrete]
16
=== 8.16.0
17
package.json
@@ -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",
0 commit comments