Bumps to version 8.3.3

This commit is contained in:
Elastic Machine
2022-07-08 02:01:50 +09:30
committed by GitHub
parent 68f9476f11
commit 4c281e0f78
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
---
STACK_VERSION:
- "8.3.0-SNAPSHOT"
- "8.3.3-SNAPSHOT"
NODE_JS_VERSION:
- 18

View File

@ -1,7 +1,7 @@
{
"name": "@elastic/elasticsearch",
"version": "8.3.0",
"versionCanary": "8.3.0-canary.1",
"version": "8.3.3",
"versionCanary": "8.3.3-canary.0",
"description": "The official Elasticsearch client for Node.js",
"main": "index.js",
"types": "index.d.ts",
@ -91,4 +91,4 @@
"coverage": false,
"check-coverage": false
}
}
}