Skip to content

Commit

Permalink
version: bump 2.1.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
crhallberg committed Apr 13, 2023
1 parent b46a1b6 commit 27ae4c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion autocomplete.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* https://github.com/vufind-org/autocomplete.js (v2.1.4) (2023-04-11) */
/* https://github.com/vufind-org/autocomplete.js (v2.1.5) (2023-04-13) */
.autocomplete-results {
position: absolute;
display: none;
Expand Down
2 changes: 1 addition & 1 deletion autocomplete.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* https://github.com/vufind-org/autocomplete.js (v2.1.4) (2023-04-11) */
/* https://github.com/vufind-org/autocomplete.js (v2.1.5) (2023-04-13) */
function Autocomplete(_settings) {
const _DEFAULTS = {
delay: 250,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.4",
"version": "2.1.5",
"scripts": {
"precommit": "lint-staged"
},
Expand Down

0 comments on commit 27ae4c0

Please sign in to comment.