Skip to content

Commit 0d4a291

Browse files
authored
Bumps main to 8.8.0 (#1851)
1 parent 230cb77 commit 0d4a291

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.ci/test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
STACK_VERSION:
3-
- "8.7.1-SNAPSHOT"
3+
- "8.8.0-SNAPSHOT"
44

55
NODE_JS_VERSION:
66
- 18

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@elastic/elasticsearch",
3-
"version": "8.7.1",
4-
"versionCanary": "8.7.1-canary.0",
3+
"version": "8.8.0",
4+
"versionCanary": "8.8.0-canary.0",
55
"description": "The official Elasticsearch client for Node.js",
66
"main": "index.js",
77
"types": "index.d.ts",
@@ -96,4 +96,4 @@
9696
"coverage": false,
9797
"check-coverage": false
9898
}
99-
}
99+
}

0 commit comments

Comments
 (0)