Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@ All notable changes to this project will be documented in this file.

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

## [8.6.4] - TBD
### Changed
## [8.7.1] - TBD


## [8.7.0] - 2026-04-09
### Changed
- Upgraded maplibre-gl from v3 to v5 #650 #693
- Upgraded lru-cache from v4 to v11 #663
- Added Node.js 24 support #1012
- Update dependencies (search PRs for `is:pr label:v8.6.4 label:dependencies `)

## [8.6.3] - 2025-01-15
### Changed
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elastic/ems-client",
"version": "8.6.4",
"version": "8.7.0",
"description": "JavaScript client library for the Elastic Maps Service",
"main": "target/node/index.js",
"browser": "target/web/index.js",
Expand Down Expand Up @@ -75,6 +75,6 @@
"@babel/helper-compilation-targets/lru-cache": "11.2.6"
},
"engines": {
"node": ">=18 <=24"
"node": ">=22"
}
}