Skip to content

Commit f497875

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.1.0...v4.0.0) (2025-11-08) ### chore * Update all dependencies ([#122](#122)) ([d0aa567](d0aa567)) ### Features * Update to latest Elasticsearch and latest Feathers compatibility ([cc37ef9](cc37ef9)), closes [#119](#119) ### BREAKING CHANGES * Previous changes were accidentally released as a minor version, this should trigger a new release
1 parent d0aa567 commit f497875

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [4.0.0](https://github.com/feathersjs/feathers-elasticsearch/compare/v3.1.0...v4.0.0) (2025-11-08)
2+
3+
4+
### chore
5+
6+
* Update all dependencies ([#122](https://github.com/feathersjs/feathers-elasticsearch/issues/122)) ([d0aa567](https://github.com/feathersjs/feathers-elasticsearch/commit/d0aa567c11005458238dad1a674350a7fa200dad))
7+
8+
9+
### Features
10+
11+
* Update to latest Elasticsearch and latest Feathers compatibility ([cc37ef9](https://github.com/feathersjs/feathers-elasticsearch/commit/cc37ef98659275ecd1a1540e38703048bc44971e)), closes [#119](https://github.com/feathersjs/feathers-elasticsearch/issues/119)
12+
13+
14+
### BREAKING CHANGES
15+
16+
* Previous changes were accidentally released as a minor version, this should trigger a new release
17+
118
# [3.2.0](https://github.com/feathersjs/feathers-elasticsearch/compare/v3.1.0...v3.2.0) (2025-11-08)
219

320

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "feathers-elasticsearch",
33
"description": "Elasticsearch adapter for FeathersJs",
4-
"version": "3.2.0",
4+
"version": "4.0.0",
55
"homepage": "https://github.com/feathersjs/feathers-elasticsearch",
66
"main": "lib/index.js",
77
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)