Skip to content

Commit

Permalink
Add 2.6.1 release info
Browse files Browse the repository at this point in the history
* Couldn't push 2.6.0 for some reason, npm thought there was a conflict,
but there shouldn't have been as far as I can tell.

Fixes: #8
  • Loading branch information
mattzollinhofer committed Dec 29, 2020
1 parent 99a2a94 commit 78b76bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.6.1 - 28 Dec 2020
- Add internationalization support, specifically for diacritics (accents, etc)
- Allow `md` as a size option

## 2.5.6 - 28 Dec 2020
- Formalize IE close fix

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-typeahead-bootstrap",
"version": "2.5.6",
"version": "2.6.1",
"private": false,
"description": "A typeahead/autocomplete component for Vue 2 using Bootstrap 4",
"keywords": [
Expand Down

0 comments on commit 78b76bf

Please sign in to comment.