Skip to content

Commit

Permalink
v2.7.5
Browse files Browse the repository at this point in the history
<a name=2.7.5></a>
## [2.7.5](algolia/instantsearch@v2.7.4...v2.7.5) (2018-05-28)

### Bug Fixes

* **clear-all:** apply excludeAttribute correctly with clearsQuery ([algolia#2935](algolia#2935)) ([e782ab8](algolia@e782ab8))
* **connectInfiniteHits:** fix [algolia#2928](algolia#2928)  ([algolia#2939](algolia#2939)) ([0293a31](algolia@0293a31))
  • Loading branch information
Alex S committed May 28, 2018
1 parent 161e9ef commit 7796e83
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="2.7.5"></a>
## [2.7.5](https://github.com/algolia/instantsearch.js/compare/v2.7.4...v2.7.5) (2018-05-28)


### Bug Fixes

* **clear-all:** apply excludeAttribute correctly with clearsQuery ([#2935](https://github.com/algolia/instantsearch.js/issues/2935)) ([e782ab8](https://github.com/algolia/instantsearch.js/commit/e782ab8))
* **connectInfiniteHits:** fix [#2928](https://github.com/algolia/instantsearch.js/issues/2928) ([#2939](https://github.com/algolia/instantsearch.js/issues/2939)) ([0293a31](https://github.com/algolia/instantsearch.js/commit/0293a31))



<a name="2.7.4"></a>
## [2.7.4](https://github.com/algolia/instantsearch.js/compare/v2.7.3...v2.7.4) (2018-05-03)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "instantsearch.js",
"version": "2.7.4",
"version": "2.7.5",
"description": "instantsearch.js is a library of widgets to build high performance instant search experiences using Algolia",
"homepage": "https://community.algolia.com/instantsearch.js/",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/lib/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '2.7.4';
export default '2.7.5';

0 comments on commit 7796e83

Please sign in to comment.