Skip to content

Commit 97cbbfa

Browse files
committed
Bump version to 8.6.1
1 parent 8ea0548 commit 97cbbfa

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

packages/enterprise-search/docs/overview.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The syntax should look like this:
3131
----
3232
{
3333
"dependencies": {
34-
"@elastic/enterprise-search": "^8.6.0"
34+
"@elastic/enterprise-search": "^8.6.1"
3535
}
3636
}
3737
----
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[#release-notes-8-6-1]
2+
=== 8.6.1 release notes
3+
4+
* Updated APIs to include missing changes from the 8.6 specification.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
[#release-notes]
22
== Release Notes
33

4+
* <<release-notes-8-6-1, 8.6.1 Release Notes>>
45
* <<release-notes-8-6-0, 8.6.0 Release Notes>>
56
67
7-
include::8-6-0.asciidoc[]
8+
include::8-6-1.asciidoc[]
9+
include::8-6-0.asciidoc[]

packages/enterprise-search/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elastic/enterprise-search",
3-
"version": "8.6.0",
3+
"version": "8.6.1",
44
"description": "Official Node.js client for Elastic Enterprise Search, App Search, and Workplace Search.",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)