Skip to content

Commit d2c21f9

Browse files
author
vvo
committed
v0.14.9
<a name="0.14.9"></a> ## [0.14.9](algolia/instantsearch@v0.14.8...v0.14.9) (2015-11-18)
1 parent 400a882 commit d2c21f9

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<a name="0.14.9"></a>
2+
## [0.14.9](https://github.com/algolia/instantsearch.js/compare/v0.14.8...v0.14.9) (2015-11-18)
3+
4+
5+
6+
17
<a name="0.14.8"></a>
28
## [0.14.8](https://github.com/algolia/instantsearch.js/compare/v0.14.7...v0.14.8) (2015-11-18)
39

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.14.8",
3+
"version": "0.14.9",
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]>",

src/lib/version.js

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

0 commit comments

Comments
 (0)