Skip to content

Commit

Permalink
v2.6.3\n\n## [2.6.3](algolia/docsearch@v2.6.2...v2.6.3) (2019-05-13)
Browse files Browse the repository at this point in the history
### Bug Fixes

* **deps:** update dependency autocomplete.js to v0.35.0 ([5c13ded](algolia/docsearch@5c13ded))
* **deps:** update dependency autocomplete.js to v0.36.0 ([d9a1237](algolia/docsearch@d9a1237))
* **security:** Fix dependencies to avoid infected event-stream ([df373e5](algolia/docsearch@df373e5))
* docsearch input should have aria-label (a11y) ([#687](algolia/docsearch#687)) ([a3f3858](algolia/docsearch@a3f3858))
* search input a11y issue ([#679](algolia/docsearch#679)) ([dcb5e3a](algolia/docsearch@dcb5e3a))
  • Loading branch information
acodereviewersbestfriend52 authored and s-pace committed May 13, 2019
1 parent 711a0b5 commit 84dfd46
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [2.6.3](https://github.com/algolia/docsearch/compare/v2.6.2...v2.6.3) (2019-05-13)


### Bug Fixes

* **deps:** update dependency autocomplete.js to v0.35.0 ([2d67a21](https://github.com/algolia/docsearch/commit/2d67a21))
* **deps:** update dependency autocomplete.js to v0.36.0 ([bbd4ef5](https://github.com/algolia/docsearch/commit/bbd4ef5))
* **security:** Fix dependencies to avoid infected event-stream ([9f93ffb](https://github.com/algolia/docsearch/commit/9f93ffb))
* docsearch input should have aria-label (a11y) ([#687](https://github.com/algolia/docsearch/issues/687)) ([59d21f5](https://github.com/algolia/docsearch/commit/59d21f5))
* search input a11y issue ([#679](https://github.com/algolia/docsearch/issues/679)) ([a68d2a4](https://github.com/algolia/docsearch/commit/a68d2a4))



## [2.6.2](https://github.com/algolia/docsearch/compare/v2.6.1...v2.6.2) (2018-11-22)


Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*

- [Related projects](#related-projects)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

[![DocSearch][1]][8]

The easiest way to add search to your documentation. For free.
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.6.2';
export default '2.6.3';

0 comments on commit 84dfd46

Please sign in to comment.