Skip to content

Commit d64cdc9

Browse files
committed
bump to 7.9.3
1 parent 53255c4 commit d64cdc9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: 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+
## [7.9.3] - 2020-06-09
7+
### Fixed
8+
- Fixed type check issues by removing `@types/mapbox-gl` library
9+
610
## [7.9.2] - 2020-06-05
711
### Added
812
- Added exports for the FileLayer and TMSService modules

Diff for: package.json

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

0 commit comments

Comments
 (0)