We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53255c4 commit d64cdc9Copy full SHA for d64cdc9
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
+## [7.9.3] - 2020-06-09
7
+### Fixed
8
+- Fixed type check issues by removing `@types/mapbox-gl` library
9
+
10
## [7.9.2] - 2020-06-05
11
### Added
12
- Added exports for the FileLayer and TMSService modules
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@elastic/ems-client",
- "version": "7.9.2",
+ "version": "7.9.3",
"description": "JavaScript client library for the Elastic Maps Service",
"main": "target/node/index.js",
"browser": "target/web/index.js",
0 commit comments