Skip to content

Commit

Permalink
📦 3.3.5
Browse files Browse the repository at this point in the history
📦 3.3.5
  • Loading branch information
dhatcher committed Apr 21, 2022
1 parent eb9eab9 commit eb3f6c0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.3.5] - 04-21-2022
### Fixed
* Set supportsPagination to false since it is not supported

## [3.3.4] - 02-03-2022
### Fixed
* Correctly handle all objectid query formats
Expand Down Expand Up @@ -105,6 +109,7 @@ capability they wish.
### Changed
* Updated to follow the standard Koop Framework. The wrapper project will be maintained elsewhere.

[3.3.5]: https://github.com/koopjs/koop-provider-elasticsearch/compare/v3.3.4...v3.3.5
[3.3.4]: https://github.com/koopjs/koop-provider-elasticsearch/compare/v3.3.3...v3.3.4
[3.3.3]: https://github.com/koopjs/koop-provider-elasticsearch/compare/v3.3.2...v3.3.3
[3.3.2]: https://github.com/koopjs/koop-provider-elasticsearch/compare/v3.3.1...v3.3.2
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@koopjs/provider-elasticsearch",
"version": "3.3.4",
"version": "3.3.5",
"description": "Elastic Search Provider for Koop",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit eb3f6c0

Please sign in to comment.