Skip to content

Commit

Permalink
Bump version to 8.16.0 (#2464)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMock authored Nov 14, 2024
1 parent 7d5f622 commit 1e103ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ steps:
env:
NODE_VERSION: "{{ matrix.nodejs }}"
TEST_SUITE: "{{ matrix.suite }}"
STACK_VERSION: 8.15.0
STACK_VERSION: 8.16.0
matrix:
setup:
suite:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@elastic/elasticsearch",
"version": "8.15.0",
"versionCanary": "8.15.0-canary.0",
"version": "8.16.0",
"versionCanary": "8.16.0-canary.0",
"description": "The official Elasticsearch client for Node.js",
"main": "./index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -53,7 +53,7 @@
"node": ">=18"
},
"devDependencies": {
"@elastic/request-converter": "^8.15.2",
"@elastic/request-converter": "^8.16.1",
"@sinonjs/fake-timers": "github:sinonjs/fake-timers#0bfffc1",
"@types/debug": "^4.1.7",
"@types/ms": "^0.7.31",
Expand Down

0 comments on commit 1e103ba

Please sign in to comment.