Skip to content
This repository was archived by the owner on Dec 25, 2017. It is now read-only.

Commit 1972790

Browse files
committed
Release v1.2.1
1 parent 2041b25 commit 1972790

File tree

6 files changed

+230
-191
lines changed

6 files changed

+230
-191
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v1.2.1 / 2015-07-09
2+
3+
* Fix unbind error (#30)
4+
* Fix invalid v-validate directive
5+
* Change `$emit` interface for `wait-for` attribute
6+
17
# v1.2.0 / 2015-07-06
28

39
* Add delay initialization of validation feature (#25)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue-validator",
33
"main": "dist/vue-validator.js",
44
"description": "Validator component for Vue.js",
5-
"version": "1.2.0",
5+
"version": "1.2.1",
66
"homepage": "https://github.com/vuejs/vue-validator",
77
"authors": [
88
"kazuya kawaguchi <kawakazu80@gmail.com>"

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-validator",
33
"repo": "vuejs/vue-validator",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"description": "Validator component for Vue.js",
66
"main": "index.js",
77
"license": "MIT"

0 commit comments

Comments
 (0)