Skip to content

Commit 6314ce2

Browse files
committed
bump to 7.9.2
1 parent cdef2e2 commit 6314ce2

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.backportrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"upstream": "elastic/ems-client",
3-
"branches": [{ "name": "7.x", "checked": true }, "7.2", "7.6", "7.7", "7.8"],
3+
"branches": [{ "name": "7.x", "checked": true }, "7.2", "7.6", "7.7", "7.8", "7.9"],
44
"labels": ["backport"]
55
}

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ 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.2] - 2020-06-05
7+
### Added
8+
- Added exports for the FileLayer and TMSService modules
9+
- Added a `getFiles` method to FileLayer
10+
611
## [7.9.1] - 2020-06-01
712
### Fixed
813
- Fixed regression of missing source type on vector tile styles

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elastic/ems-client",
3-
"version": "7.9.1",
3+
"version": "7.9.2",
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)