Skip to content

Commit

Permalink
chore(1.4.3) bump version and build
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenjennings committed Jul 17, 2018
1 parent 23c5b52 commit de8402a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/build/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
section: { type: Object, required: true },
currentIndex: { type: Number, required: false, default: Infinity },
updateCurrentIndex: { type: Function, required: true },
searchInput: { type: String, required: false, default: "" },
searchInput: { type: [String, Number], required: false, default: "" },
renderSuggestion: { type: Function, required: true },
normalizeItemFunction: { type: Function, required: true }
},
Expand Down
2 changes: 1 addition & 1 deletion docs/storybook/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<body>
<div id="root"></div>
<div id="error-display"></div>
<script src="static/preview.453cdac19edbffb5a643.bundle.js"></script>
<script src="static/preview.e93acbbff71b87495eb7.bundle.js"></script>
</body>
</html>

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-autosuggest",
"version": "1.4.2-1",
"version": "1.4.3",
"description": "Vue autosuggest component.",
"engines": {
"node": "> 4",
Expand Down

0 comments on commit de8402a

Please sign in to comment.