Skip to content

Commit c17bf93

Browse files
authored
Bump to 8.6.4 (#561)
1 parent f644551 commit c17bf93

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6+
## [8.6.4] - TBD
7+
### Changed
8+
9+
610
## [8.6.3] - 2025-01-15
711
### Changed
812
- Upgrade to Node 22 #552

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elastic/ems-client",
3-
"version": "8.6.3",
3+
"version": "8.6.4",
44
"description": "JavaScript client library for the Elastic Maps Service",
55
"main": "target/node/index.js",
66
"browser": "target/web/index.js",

renovate.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"labels": [
77
"dependencies",
88
"v7.17.6",
9-
"v8.6.3"
9+
"v8.6.4"
1010
],
1111
"packageRules": [
1212
{

0 commit comments

Comments
 (0)