Skip to content

Commit

Permalink
0.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vvo committed Jan 20, 2017
1 parent 22164ad commit c11e010
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 8 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="0.24.2"></a>
## [0.24.2](https://github.com/algolia/autocomplete.js/compare/v0.24.1...v0.24.2) (2017-01-20)


### Bug Fixes

* **dep:** immediate is a dependency, not a devDependency ([22164ad](https://github.com/algolia/autocomplete.js/commit/22164ad))



<a name="0.24.1"></a>
## [0.24.1](https://github.com/algolia/autocomplete.js/compare/v0.24.0...v0.24.1) (2017-01-20)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "algolia-autocomplete.js",
"main": "dist/autocomplete.js",
"version": "0.24.1",
"version": "0.24.2",
"homepage": "https://github.com/algolia/autocomplete.js",
"authors": [
"Algolia Team <support@algolia.com>"
Expand Down
2 changes: 1 addition & 1 deletion dist/autocomplete.angular.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* autocomplete.js 0.24.1
* autocomplete.js 0.24.2
* https://github.com/algolia/autocomplete.js
* Copyright 2017 Algolia, Inc. and other contributors; Licensed MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/autocomplete.angular.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/autocomplete.jquery.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* autocomplete.js 0.24.1
* autocomplete.js 0.24.2
* https://github.com/algolia/autocomplete.js
* Copyright 2017 Algolia, Inc. and other contributors; Licensed MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/autocomplete.jquery.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/autocomplete.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* autocomplete.js 0.24.1
* autocomplete.js 0.24.2
* https://github.com/algolia/autocomplete.js
* Copyright 2017 Algolia, Inc. and other contributors; Licensed MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/autocomplete.min.js

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
Expand Up @@ -75,7 +75,7 @@
"test:ci": "./test/ci.sh",
"release": "./release.sh"
},
"version": "0.24.1",
"version": "0.24.2",
"main": "index.js",
"dependencies": {
"immediate": "^3.2.3"
Expand Down

0 comments on commit c11e010

Please sign in to comment.