[Backport 8.13] Bump version to 8.13.0 (#2174)

(cherry picked from commit 86d89a47a0)

Co-authored-by: Josh Mock <joshua.mock@elastic.co>
This commit is contained in:
github-actions[bot]
2024-03-26 12:11:11 -05:00
committed by GitHub
parent cbff6d10aa
commit e34dc230ed
3 changed files with 7 additions and 7 deletions

View File

@ -6,7 +6,7 @@ steps:
env:
NODE_VERSION: "{{ matrix.nodejs }}"
TEST_SUITE: "{{ matrix.suite }}"
STACK_VERSION: 8.12.0-SNAPSHOT
STACK_VERSION: 8.13.0-SNAPSHOT
matrix:
setup:
suite:

View File

@ -42,9 +42,9 @@ spec:
main_semi_daily:
branch: 'main'
cronline: '0 */12 * * *'
8_12_semi_daily:
branch: '8.12'
8_13_semi_daily:
branch: '8.13'
cronline: '0 */12 * * *'
8_11_daily:
branch: '8.11'
8_12_daily:
branch: '8.12'
cronline: '@daily'

View File

@ -1,7 +1,7 @@
{
"name": "@elastic/elasticsearch",
"version": "8.12.0",
"versionCanary": "8.12.0-canary.0",
"version": "8.13.0",
"versionCanary": "8.13.0-canary.0",
"description": "The official Elasticsearch client for Node.js",
"main": "index.js",
"types": "index.d.ts",