Skip to content

Commit

Permalink
chore(release): 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Jun 1, 2021
1 parent 9844f61 commit accab9c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 26 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.

## [2.6.0](https://github.com/ecomplus/search-engine/compare/v2.5.1...v2.6.0) (2021-06-01)


### Features

* **add-global-filter:** abstraction to add custom DSL middleware for simple search filter ([e72e65f](https://github.com/ecomplus/search-engine/commit/e72e65f4a2b8c9f6f8a87410bdd9a6b51a346859))
* **dsl-middlewares:** custom dsl parses before fetch with DSL middleware functions ([3ed2d0c](https://github.com/ecomplus/search-engine/commit/3ed2d0cf55ee9454644d336d75cedf69a16a9563))
* **exports:** named exports with global modifiers ([4b64dd4](https://github.com/ecomplus/search-engine/commit/4b64dd4d7c7ab6623d3605ecf0a707213a4b9807))
* **set-sales-channel:** set channel id for all search instances with `setSalesChannel` ([fb7cea4](https://github.com/ecomplus/search-engine/commit/fb7cea4afdc22e92b347a53f1a1866f497fd2245))
* **set-warehouse:** ser warehouse code for all search instances with `setWarehouse` ([a4273c1](https://github.com/ecomplus/search-engine/commit/a4273c17f3e1ba0bc932864d49317c3e308846f9))

### [2.5.1](https://github.com/ecomplus/search-engine/compare/v2.5.0...v2.5.1) (2021-03-20)


Expand Down
26 changes: 1 addition & 25 deletions 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": "@ecomplus/search-engine",
"version": "2.5.1",
"version": "2.6.0",
"description": "JS lib to handle products search with E-Com Plus stores",
"module": "src/index.js",
"browser": "dist/ecom-search.min.js",
Expand Down

0 comments on commit accab9c

Please sign in to comment.