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

Commit

Permalink
release 2.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Nov 23, 2015
1 parent 3d9fe74 commit b5ad452
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="2.0.0-alpha.3"></a>
# 2.0.0-alpha.3 (2015-11-23)


### chore

* chore(lint): fix eslint errors ([0e58704](https://github.com/vuejs/vue-validator/commit/0e58704))
* chore(npm): update npm-scripts ([8c866d1](https://github.com/vuejs/vue-validator/commit/8c866d1))

### fix

* fix(override): occured error when using plugin ([3d9fe74](https://github.com/vuejs/vue-validator/commit/3d9fe74)), closes [#92](https://github.com/vuejs/vue-validator/issues/92)



<a name="2.0.0-alpha.2"></a>
# 2.0.0-alpha.2 (2015-11-22)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $ npm install vue-validator
## CDN

```html
<script src="http://cdn.jsdelivr.net/vue.validator/2.0.0-alpha.1/vue-validator.min.js"></script>
<script src="http://cdn.jsdelivr.net/vue.validator/2.0.0-alpha.3/vue-validator.min.js"></script>
```


Expand Down
2 changes: 1 addition & 1 deletion dist/vue-validator.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* vue-validator v2.0.0-alpha.2
* vue-validator v2.0.0-alpha.3
* (c) 2015 kazuya kawaguchi
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-validator.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-validator",
"description": "Validator component for Vue.js",
"version": "2.0.0-alpha.2",
"version": "2.0.0-alpha.3",
"author": {
"name": "kazuya kawaguchi",
"email": "[email protected]"
Expand Down

0 comments on commit b5ad452

Please sign in to comment.