Skip to content

Commit a217344

Browse files
vvomaxiloc
vvo
authored andcommitted
v0.8.2
<a name="0.8.2"></a> ## [0.8.2](v0.8.1...v0.8.2) (2015-11-04) ### Bug Fixes * **doc:** All wigdets in docs are not anymore linked together #fix #446 ([4361320](4361320)), closes [#446](#446) * **hitsPerPageSelector:** Issue when state did not have a `hitsPerPage` ([dc9371c](dc9371c))
1 parent 10a0a41 commit a217344

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="0.8.2"></a>
2+
## [0.8.2](https://github.com/algolia/instantsearch.js/compare/v0.8.1...v0.8.2) (2015-11-04)
3+
4+
5+
### Bug Fixes
6+
7+
* **doc:** All wigdets in docs are not anymore linked together #fix #446 ([4361320](https://github.com/algolia/instantsearch.js/commit/4361320)), closes [#446](https://github.com/algolia/instantsearch.js/issues/446)
8+
* **hitsPerPageSelector:** Issue when state did not have a `hitsPerPage` ([dc9371c](https://github.com/algolia/instantsearch.js/commit/dc9371c))
9+
10+
11+
112
<a name="0.8.1"></a>
213
## [0.8.1](https://github.com/algolia/instantsearch.js/compare/v0.8.0...v0.8.1) (2015-11-04)
314

lib/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = '0.8.1';
1+
module.exports = '0.8.2';

npm-shrinkwrap.json

Lines changed: 1 addition & 1 deletion
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": "instantsearch.js",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "instantsearch.js is a library of widgets to build high performance instant search experiences using Algolia",
55
"main": "dist-es5-module/index.js",
66
"author": "Algolia <[email protected]>",

0 commit comments

Comments
 (0)