Skip to content

Commit

Permalink
chore(release) 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenjennings committed Sep 11, 2019
1 parent 48fb754 commit 5b00418
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Abridged versions of releases. See [release notes](https://github.com/Educents/vue-autosuggest/releases) for more details.

* [2.0.3](https://github.com/darrenjennings/vue-autosuggest/releases/tag/v2.0.3) Bugfix
* Fixes #142
* [2.0.2](https://github.com/darrenjennings/vue-autosuggest/releases/tag/v2.0.2) Bugfixes
* Fixes #136, Fixes #135, Fixes #129
* [2.0.1](https://github.com/darrenjennings/vue-autosuggest/releases/tag/v2.0.1) Bugfix
* Fixes #129 where in some cases, re-renders would cause the default autocomplete="off" to be unset.
* [2.0.0](https://github.com/darrenjennings/vue-autosuggest/releases/tag/v2.0.0) :sparkles: Major Release
Expand Down
2 changes: 1 addition & 1 deletion docs/build/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/storybook/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<body>
<div id="root"></div>
<div id="error-display"></div>
<script src="static/preview.3dd236c9d05e9c47415f.bundle.js"></script>
<script src="static/preview.93a669af0c0c5be3c637.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": "2.0.2",
"version": "2.0.3",
"description": "Vue autosuggest component.",
"engines": {
"node": "> 4",
Expand Down

0 comments on commit 5b00418

Please sign in to comment.