Skip to content
This repository has been archived by the owner on May 5, 2018. It is now read-only.

Commit

Permalink
Version 1.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Nov 11, 2016
1 parent 4096400 commit 4ce3d59
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## Version 1.0.5

- Fixes the error when `v-model` was passed as `null` and no listener was attached
- Adds `autocomplete` property support
- Some changes in tests
- Adds new example to `dev/MaterialModel.vue`

## Version 1.0.4

- Initial semver release
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vue-material-input",
"version": "1.0.4",
"version": "1.0.5",
"description": "Simple material input without dependencies",
"author": "sobolevn <mail@sobolevn.me>",
"private": false,
Expand Down

0 comments on commit 4ce3d59

Please sign in to comment.