[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:
committed by
GitHub
parent
cbff6d10aa
commit
e34dc230ed
@ -6,7 +6,7 @@ steps:
|
|||||||
env:
|
env:
|
||||||
NODE_VERSION: "{{ matrix.nodejs }}"
|
NODE_VERSION: "{{ matrix.nodejs }}"
|
||||||
TEST_SUITE: "{{ matrix.suite }}"
|
TEST_SUITE: "{{ matrix.suite }}"
|
||||||
STACK_VERSION: 8.12.0-SNAPSHOT
|
STACK_VERSION: 8.13.0-SNAPSHOT
|
||||||
matrix:
|
matrix:
|
||||||
setup:
|
setup:
|
||||||
suite:
|
suite:
|
||||||
|
|||||||
@ -42,9 +42,9 @@ spec:
|
|||||||
main_semi_daily:
|
main_semi_daily:
|
||||||
branch: 'main'
|
branch: 'main'
|
||||||
cronline: '0 */12 * * *'
|
cronline: '0 */12 * * *'
|
||||||
8_12_semi_daily:
|
8_13_semi_daily:
|
||||||
branch: '8.12'
|
branch: '8.13'
|
||||||
cronline: '0 */12 * * *'
|
cronline: '0 */12 * * *'
|
||||||
8_11_daily:
|
8_12_daily:
|
||||||
branch: '8.11'
|
branch: '8.12'
|
||||||
cronline: '@daily'
|
cronline: '@daily'
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@elastic/elasticsearch",
|
"name": "@elastic/elasticsearch",
|
||||||
"version": "8.12.0",
|
"version": "8.13.0",
|
||||||
"versionCanary": "8.12.0-canary.0",
|
"versionCanary": "8.13.0-canary.0",
|
||||||
"description": "The official Elasticsearch client for Node.js",
|
"description": "The official Elasticsearch client for Node.js",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"types": "index.d.ts",
|
"types": "index.d.ts",
|
||||||
|
|||||||
Reference in New Issue
Block a user