v0.0.6
<a name="0.0.6"></a> ## [0.0.6](https://github.com/algolia/docsearch/compare/v0.0.5...v0.0.6) (2015-12-16)
This commit is contained in:
parent
4d84eb68ff
commit
12cfbe7625
4 changed files with 9 additions and 3 deletions
|
|
@ -1,3 +1,9 @@
|
|||
<a name="0.0.6"></a>
|
||||
## [0.0.6](https://github.com/algolia/docsearch/compare/v0.0.5...v0.0.6) (2015-12-16)
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="0.0.5"></a>
|
||||
## [0.0.5](https://github.com/algolia/docsearch/compare/v0.0.4...v0.0.5) (2015-12-16)
|
||||
|
||||
|
|
|
|||
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "docsearch.js",
|
||||
"version": "0.0.5",
|
||||
"version": "0.0.6",
|
||||
"npm-shrinkwrap-version": "200.4.0",
|
||||
"node-version": "v4.2.2",
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "docsearch.js",
|
||||
"version": "0.0.5",
|
||||
"version": "0.0.6",
|
||||
"description": "Add an autocomplete dropdown to your documentation",
|
||||
"main": "dist/npm/index.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
export default '0.0.5';
|
||||
export default '0.0.6';
|
||||
|
|
|
|||
Loading…
Reference in a new issue