Skip to content

Commit be88fcd

Browse files
committed
📦 3.3.2
📦 3.3.2
1 parent 2559f53 commit be88fcd

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## Unreleased
5+
## [3.3.2] - 01-20-2022
66
### Fixed
77
* allow passing templates from index config to feature layer
88
* handle querying by object id
9+
* issue causing incorrect bounding boxes in some cases
910

1011
## [3.3.1] - 12-13-2021
1112
### Fixed
@@ -95,6 +96,7 @@ capability they wish.
9596
### Changed
9697
* Updated to follow the standard Koop Framework. The wrapper project will be maintained elsewhere.
9798

99+
[3.3.2]: https://github.com/koopjs/koop-provider-elasticsearch/compare/v3.3.1...v3.3.2
98100
[3.3.1]: https://github.com/koopjs/koop-provider-elasticsearch/compare/v3.3.0...v3.3.1
99101
[3.3.0]: https://github.com/koopjs/koop-provider-elasticsearch/compare/v3.2.1...v3.3.0
100102
[3.2.1]: https://github.com/koopjs/koop-provider-elasticsearch/compare/v3.2.0...v3.2.1

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@koopjs/provider-elasticsearch",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "Elastic Search Provider for Koop",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)