Skip to content

Commit 3f1fb5c

Browse files
committed
📦 3.7.1
📦 3.7.1
1 parent 385f919 commit 3f1fb5c

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.7.1] - 06-11-2024
66
### Fixed
77
* Geometries stored as WKT will now work correctly
88

@@ -153,6 +153,7 @@ capability they wish.
153153
### Changed
154154
* Updated to follow the standard Koop Framework. The wrapper project will be maintained elsewhere.
155155

156+
[3.7.1]: https://github.com/koopjs/koop-provider-elasticsearch/compare/v3.7.0...v3.7.1
156157
[3.7.0]: https://github.com/koopjs/koop-provider-elasticsearch/compare/v3.6.1...v3.7.0
157158
[3.6.1]: https://github.com/koopjs/koop-provider-elasticsearch/compare/v3.6.0...v3.6.1
158159
[3.6.0]: https://github.com/koopjs/koop-provider-elasticsearch/compare/v3.5.1...v3.6.0

package-lock.json

Lines changed: 2 additions & 2 deletions
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.7.0",
3+
"version": "3.7.1",
44
"description": "Elastic Search Provider for Koop",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)