Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 31c5a94

Browse files
author
vvo
committed
v0.0.3
<a name="0.0.3"></a> ## [0.0.3](algolia/docsearch@v0.0.2...v0.0.3) (2015-12-16)
1 parent 0beed5e commit 31c5a94

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.0.3"></a>
2+
## [0.0.3](https://github.com/algolia/docsearch/compare/v0.0.2...v0.0.3) (2015-12-16)
3+
4+
5+
6+
17
<a name="0.0.2"></a>
28
## 0.0.2 (2015-12-16)
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": "docsearch.js",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Add an autocomplete dropdown to your documentation",
55
"main": "dist/npm/index.js",
66
"scripts": {

src/lib/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '0.0.2';
1+
export default '0.0.3';

0 commit comments

Comments
 (0)