We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f644551 commit c17bf93Copy full SHA for c17bf93
CHANGELOG.md
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
3
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5
6
+## [8.6.4] - TBD
7
+### Changed
8
+
9
10
## [8.6.3] - 2025-01-15
11
### Changed
12
- Upgrade to Node 22 #552
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@elastic/ems-client",
- "version": "8.6.3",
+ "version": "8.6.4",
"description": "JavaScript client library for the Elastic Maps Service",
"main": "target/node/index.js",
"browser": "target/web/index.js",
renovate.json
@@ -6,7 +6,7 @@
"labels": [
"dependencies",
"v7.17.6",
- "v8.6.3"
+ "v8.6.4"
],
"packageRules": [
0 commit comments