Skip to content

Commit d5e059d

Browse files
committed
📦 3.0.0
📦 3.0.0
1 parent ec45e5f commit d5e059d

File tree

3 files changed

+9
-73
lines changed

3 files changed

+9
-73
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
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.0.0] - 06-17-2021
66
### Changed
7-
* Moved to the new @elastic/elasticsearch library
7+
* Moved to the new [@elastic/elasticsearch](https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/index.html)
8+
library - any customization code needs to take this into account
89

910
## [2.5.2] - 06-04-2021
1011
### Fixed
@@ -63,6 +64,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6364
### Changed
6465
* Updated to follow the standard Koop Framework. The wrapper project will be maintained elsewhere.
6566

67+
[3.0.0]: https://github.com/koopjs/koop-provider-elasticsearch/compare/v2.5.2...v3.0.0
6668
[2.5.2]: https://github.com/koopjs/koop-provider-elasticsearch/compare/v2.5.1...v2.5.2
6769
[2.5.1]: https://github.com/koopjs/koop-provider-elasticsearch/compare/v2.5.0...v2.5.1
6870
[2.5.0]: https://github.com/koopjs/koop-provider-elasticsearch/compare/v2.4.0...v2.5.0

package-lock.json

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

0 commit comments

Comments
 (0)