Skip to content

Commit 6f233cb

Browse files
committed
chore(release): 2.3.0
1 parent 404d18f commit 6f233cb

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.3.0](https://github.com/ecomplus/search-engine/compare/v2.2.1...v2.3.0) (2020-05-23)
6+
7+
8+
### Features
9+
10+
* **merge-filter:** add/handling occur param (occurency type) ([b4ef3ee](https://github.com/ecomplus/search-engine/commit/b4ef3ee6d99570c07e721b908d04657449b8ddd1))
11+
* **remove-filter:** add/handling occur param (occurency type) ([fb0ba8d](https://github.com/ecomplus/search-engine/commit/fb0ba8df081fe171a36253446703d79249b5e146))
12+
13+
14+
### Bug Fixes
15+
16+
* **set-category-ids:** using 'must' to handle multiple categories ([78c90e8](https://github.com/ecomplus/search-engine/commit/78c90e8cc26e59c79fe61826220393f12ac957e7))
17+
* **set-category-names:** using 'must' to handle multiple categories ([6d2f03c](https://github.com/ecomplus/search-engine/commit/6d2f03cc4de7aabda657509c0925eb3639655be8))
18+
* **set-search-term:** merge filter to prevent overriting 'must' queries ([bb689ea](https://github.com/ecomplus/search-engine/commit/bb689ea135230483f1e023cb29a32d42d759016f))
19+
520
### [2.2.1](https://github.com/ecomplus/search-engine/compare/v2.2.0...v2.2.1) (2020-05-15)
621

722

package-lock.json

Lines changed: 1 addition & 9 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": "@ecomplus/search-engine",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"description": "JS lib to handle products search with E-Com Plus stores",
55
"module": "src/index.js",
66
"browser": "dist/ecom-search.min.js",

0 commit comments

Comments
 (0)