Skip to content

Commit 59a291c

Browse files
authored
Add getEmsVersion method (elastic#204)
* Add getEmsVersion method * Add PR number
1 parent 0a8fe5c commit 59a291c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66
## [8.5.1] TBD
77

88
- Update release documentation #194
9-
- Include OpenAPI specification #196
9+
- Include OpenAPI specification #196 #197
10+
- Add a new `getEmsVersion` method #204
1011

1112
## [8.5.0] - 2023-08-23
1213

src/ems_client.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,10 @@ export class EMSClient {
347347
return this._cache.get(layerId);
348348
}
349349

350+
getEmsVersion(): string {
351+
return this._emsVersion;
352+
}
353+
350354
getTileApiUrl(): string {
351355
return this._tileApiUrl;
352356
}

0 commit comments

Comments
 (0)