Skip to content

Commit c11e010

Browse files
author
vvo
committed
0.24.2
1 parent 22164ad commit c11e010

9 files changed

+18
-8
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="0.24.2"></a>
2+
## [0.24.2](https://github.com/algolia/autocomplete.js/compare/v0.24.1...v0.24.2) (2017-01-20)
3+
4+
5+
### Bug Fixes
6+
7+
* **dep:** immediate is a dependency, not a devDependency ([22164ad](https://github.com/algolia/autocomplete.js/commit/22164ad))
8+
9+
10+
111
<a name="0.24.1"></a>
212
## [0.24.1](https://github.com/algolia/autocomplete.js/compare/v0.24.0...v0.24.1) (2017-01-20)
313

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "algolia-autocomplete.js",
33
"main": "dist/autocomplete.js",
4-
"version": "0.24.1",
4+
"version": "0.24.2",
55
"homepage": "https://github.com/algolia/autocomplete.js",
66
"authors": [
77
"Algolia Team <[email protected]>"

dist/autocomplete.angular.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* autocomplete.js 0.24.1
2+
* autocomplete.js 0.24.2
33
* https://github.com/algolia/autocomplete.js
44
* Copyright 2017 Algolia, Inc. and other contributors; Licensed MIT
55
*/

dist/autocomplete.angular.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/autocomplete.jquery.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* autocomplete.js 0.24.1
2+
* autocomplete.js 0.24.2
33
* https://github.com/algolia/autocomplete.js
44
* Copyright 2017 Algolia, Inc. and other contributors; Licensed MIT
55
*/

dist/autocomplete.jquery.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/autocomplete.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* autocomplete.js 0.24.1
2+
* autocomplete.js 0.24.2
33
* https://github.com/algolia/autocomplete.js
44
* Copyright 2017 Algolia, Inc. and other contributors; Licensed MIT
55
*/

dist/autocomplete.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"test:ci": "./test/ci.sh",
7676
"release": "./release.sh"
7777
},
78-
"version": "0.24.1",
78+
"version": "0.24.2",
7979
"main": "index.js",
8080
"dependencies": {
8181
"immediate": "^3.2.3"

0 commit comments

Comments
 (0)